summaryrefslogtreecommitdiff
path: root/sysutils/cfengine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine/Makefile')
-rw-r--r--sysutils/cfengine/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile
index a26fd643ca6..b01b44c26bb 100644
--- a/sysutils/cfengine/Makefile
+++ b/sysutils/cfengine/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2003/06/02 01:16:56 jschauma Exp $
+# $NetBSD: Makefile,v 1.12 2003/06/19 11:45:02 seb Exp $
#
-DISTNAME= cfengine-1.6.3
+DISTNAME= cfengine-1.6.5
CATEGORIES= sysutils net
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
- ftp://ftp.cfengine.webmotion.net/pub/cfengine/
+ http://sunsite.utk.edu/ftp/pub/cfengine/cfengine-ftp/
-MAINTAINER= tech-pkg@netbsd.org
+MAINTAINER= seb@netbsd.org
HOMEPAGE= http://www.cfengine.org/
COMMENT= Automate configuration and administration of large systems
@@ -14,4 +14,12 @@ USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --without-pthreads
+pre-configure:
+ cd ${WRKSRC}; \
+ ${ACLOCAL}; \
+ ${AUTOHEADER}; \
+ ${AUTOMAKE} -a --foreign -i; \
+ ${AUTOCONF}
+
+.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"