diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
| commit | 47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch) | |
| tree | 9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /sysutils/cfengine3/Makefile | |
| parent | a7b4667654401c6cff9093ae6ebd74c74d6776ac (diff) | |
Diffstat (limited to 'sysutils/cfengine3/Makefile')
| -rw-r--r-- | sysutils/cfengine3/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile deleted file mode 100644 index 81c044333557..000000000000 --- a/sysutils/cfengine3/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: cfengine -# Date created: March 16, 1998 -# Whom: jseger@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cfengine -PORTVERSION= 1.6.3 -PORTREVISION= 4 -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \ - ftp://ftp.sunsite.utk.edu/pub/cfengine/cfengine-ftp/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= gordon@FreeBSD.org - -.if defined(PACKAGE_BUILDING) -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX -.endif - -LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 -.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h) -LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif - -USE_GMAKE= yes -USE_AUTOMAKE_VER=14 - -MAN8= cfengine.8 - -pre-configure: - @cd ${WRKSRC} && ${ACLOCAL} && ${AUTOHEADER} - -post-install: -.if defined(NOPORTDOCS) - @${RM} -rf ${PREFIX}/share/doc/${PORTNAME} -.endif - -.include <bsd.port.mk> |
