mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
221fb97e5d
from maintainer William Yodlowsky <bsd at openbsd.rutgers.edu>
28 lines
603 B
Makefile
28 lines
603 B
Makefile
# $OpenBSD: Makefile,v 1.17 2004/08/08 14:02:11 sturm Exp $
|
|
|
|
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>
|