description of what releases are supported by the ports tree and for which architectures and branches we provide binary packages. Reviewed by: bz (re), simon (so) Approved by: portmgr
19 lines
445 B
Makefile
19 lines
445 B
Makefile
# $FreeBSD: www/en/portmgr/Makefile,v 1.4 2010/09/17 13:29:46 tabthorpe Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS?= index.sgml
|
|
DOCS+= charter.sgml
|
|
DOCS+= implementation.sgml
|
|
DOCS+= policies.sgml
|
|
DOCS+= policies_committing.sgml
|
|
DOCS+= policies_contributors.sgml
|
|
DOCS+= policies_eol.sgml
|
|
DOCS+= qa.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|