1998-03-17 02:13:27 +00:00
|
|
|
# New ports collection makefile for: cfengine
|
1998-08-19 11:28:24 +00:00
|
|
|
# Version required: 1.4.12
|
1998-03-17 02:13:27 +00:00
|
|
|
# Date created: March 16, 1998
|
|
|
|
# Whom: jseger@FreeBSD.ORG
|
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1998-03-17 02:13:27 +00:00
|
|
|
#
|
|
|
|
|
1998-08-19 11:28:24 +00:00
|
|
|
DISTNAME= cfengine-1.4.12
|
1998-03-17 02:13:27 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= cfengine
|
1998-03-17 02:13:27 +00:00
|
|
|
|
|
|
|
MAINTAINER= jseger@FreeBSD.ORG
|
|
|
|
|
1999-06-27 07:42:20 +00:00
|
|
|
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
|
1998-12-10 02:18:15 +00:00
|
|
|
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
|
|
|
.endif
|
|
|
|
|
1998-03-17 02:13:27 +00:00
|
|
|
GNU_CONFIGURE=yes
|
|
|
|
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|