summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /sysutils/cfengine2/Makefile
parentce2feffa5c14f7f8552190efb9d77dcec41d3987 (diff)
Diffstat (limited to 'sysutils/cfengine2/Makefile')
-rw-r--r--sysutils/cfengine2/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile
deleted file mode 100644
index ed8ba2fe64be..000000000000
--- a/sysutils/cfengine2/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: cfengine
-# Date created: March 16, 1998
-# Whom: jseger@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= cfengine
-PORTVERSION= 1.5.4
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \
- ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= cfengine
-
-MAINTAINER= jseger@FreeBSD.org
-
-.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
-LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
-.endif
-
-CFLAGS+= -pthread
-GNU_CONFIGURE=yes
-MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
-
-.include <bsd.port.mk>