summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
commit3add449a170be706377b66bee46af25633bc945c (patch)
tree7415df14a37624ff0b24fd40bde079927a88c28a /sysutils/cfengine3/Makefile
parent975af646f278430e563b72219a2c3055b211eb1a (diff)
Diffstat (limited to 'sysutils/cfengine3/Makefile')
-rw-r--r--sysutils/cfengine3/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile
deleted file mode 100644
index d22de810455c..000000000000
--- a/sysutils/cfengine3/Makefile
+++ /dev/null
@@ -1,43 +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= 5
-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
-COMMENT= GNU cfengine - a systems administration tool for networks
-
-.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
-USE_AUTOCONF_VER=213
-
-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>