aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /sysutils/cfengine2/Makefile
parent7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Diffstat (limited to 'sysutils/cfengine2/Makefile')
-rw-r--r--sysutils/cfengine2/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile
deleted file mode 100644
index 6b9dd7319ff1..000000000000
--- a/sysutils/cfengine2/Makefile
+++ /dev/null
@@ -1,37 +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= 2
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \
- ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= gordont@gnf.org
-
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
-LIB_DEPENDS= db3:${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>