summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine2/Makefile')
-rw-r--r--sysutils/cfengine2/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile
new file mode 100644
index 00000000000..f418423d5a7
--- /dev/null
+++ b/sysutils/cfengine2/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/22 13:04:38 seb Exp $
+#
+
+.include "../../sysutils/cfengine2/Makefile.common"
+
+COMMENT= Automate configuration and administration of large systems
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+PTHREAD_OPTS+= require
+
+CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db4}
+
+pre-configure:
+ ${MV} -f ${WRKSRC}/contrib/vicf.in ${WRKSRC}/contrib/vicf.in.orig
+ ${SED} -e "s|@ECHO@|${ECHO}|" \
+ ${WRKSRC}/contrib/vicf.in.orig > ${WRKSRC}/contrib/vicf.in
+
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../databases/db4/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"