summaryrefslogtreecommitdiff
path: root/sysutils/cfengine/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-03-17 02:13:27 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-03-17 02:13:27 +0000
commit11ec94456d4ed7acd6e89aa7c6c0df66222860a0 (patch)
treed7d0fea28290813d936a782bb8b3310620a48edf /sysutils/cfengine/Makefile
parentActivate hypermail. (diff)
Import of cfengine 1.4.10.
cfengine lets you manage you network (including editing files automatically), in an object-oriented manner.
Notes
Notes: svn path=/head/; revision=10203
Diffstat (limited to '')
-rw-r--r--sysutils/cfengine/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile
new file mode 100644
index 000000000000..38d472e96b02
--- /dev/null
+++ b/sysutils/cfengine/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cfengine
+# Version required: 1.4.10
+# Date created: March 16, 1998
+# Whom: jseger@FreeBSD.ORG
+#
+# $Id$
+#
+
+DISTNAME= cfengine-1.4.10
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= jseger@FreeBSD.ORG
+
+GNU_CONFIGURE=yes
+MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+
+.include <bsd.port.mk>