openbsd-ports/sysutils/cfengine/Makefile
sturm fec479ae4c update to 2.1.16, removing sbin/vicf which seems to have a security
problem but is not used anywhere and will probably be removed from
cfengine

from maintainer William Yodlowsky <bsd at openbsd.rutgers.edu>
2005-10-27 21:47:28 +00:00

32 lines
657 B
Makefile

# $OpenBSD: Makefile,v 1.24 2005/10/27 21:47:28 sturm Exp $
COMMENT= "GNU system administration tool for networks"
V= 2.1.16
DISTNAME= cfengine-${V}
CATEGORIES= sysutils
HOMEPAGE= http://www.cfengine.org/
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto m pthread
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-docs
LIB_DEPENDS= lib/db4/db.=4:db-4.*:databases/db/v4
CONFIGURE_ENV= ac_cv_lib_pthread_main=no
SUBST_VARS= V
.include <bsd.port.mk>