3d21da809c
the version in the ports tree had security issues. Then a couple weeks later it is revived and then 2 security issues pop up just before release. This pile of shit is being marked BROKEN and frankly I don't care if it ever comes back. ok pvalchev@
30 lines
661 B
Makefile
30 lines
661 B
Makefile
# $OpenBSD: Makefile,v 1.18 2004/08/13 19:25:42 brad Exp $
|
|
|
|
BROKEN= "this version of cfengine has security problems"
|
|
|
|
COMMENT= "GNU system administration tool for networks"
|
|
|
|
DISTNAME= cfengine-2.1.7p1
|
|
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>
|