f6bb42b4ff
simplify port drastically by removing str* patches, these might be revived one day as an external patch no objections from maintainer
27 lines
586 B
Makefile
27 lines
586 B
Makefile
# $OpenBSD: Makefile,v 1.26 2007/10/12 20:12:18 sturm Exp $
|
|
|
|
COMMENT= GNU system administration tool for networks
|
|
|
|
DISTNAME= cfengine-2.2.1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|