aec4c941c3
this is version 2.1.6, from and maintained by William Yodlowsky <bsd at openbsd.rutgers.edu>
28 lines
601 B
Makefile
28 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.16 2004/06/17 11:21:42 sturm Exp $
|
|
|
|
COMMENT= "GNU system administration tool for networks"
|
|
|
|
DISTNAME= cfengine-2.1.6
|
|
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
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|