doc/en/copyright/Makefile
Nik Clayton 801f4168eb Support building the ports pages without a local copy of the ports CVS
tree.  Define NOPORTSCVS to make this happen.

Submitted by:  Tom Hukins <tom@eborcom.com>
PR: docs/10099
1999-04-08 21:50:03 +00:00

27 lines
550 B
Makefile

# $Id: Makefile,v 1.7 1999-04-08 21:50:03 nik Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
DOCS= license.sgml
DOCS+= freebsd-license.sgml
DOCS+= daemon.sgml
DOCS+= copyright.sgml
INDEXLINK= copyright.html
DATA+= COPYING COPYING.LIB ${LEGAL}
# FreeBSD Ports redistribution restrictions
LEGAL= LEGAL
CLEANFILES+= ${LEGAL}
.if defined(NOPORTSCVS)
${LEGAL}: $${PORTSBASE}/ports/LEGAL
cp ${PORTSBASE}/ports/LEGAL LEGAL
.else
${LEGAL}: $${CVSROOT}/ports/LEGAL,v
co -q -p ${.ALLSRC} > ${.TARGET}
.endif
.include "../web.mk"