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
|
|
|
|
#
|
1998-12-10 02:18:15 +00:00
|
|
|
# $Id: Makefile,v 1.2 1998/08/19 11:28:23 jseger Exp $
|
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}
|
|
|
|
|
|
|
|
MAINTAINER= jseger@FreeBSD.ORG
|
|
|
|
|
1998-12-10 02:18:15 +00:00
|
|
|
.if defined(PACKAGE_BUILDING)
|
|
|
|
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>
|