1998-03-17 02:13:27 +00:00
|
|
|
# New ports collection makefile for: cfengine
|
|
|
|
# Date created: March 16, 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: jseger@FreeBSD.org
|
1998-03-17 02:13:27 +00:00
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1998-03-17 02:13:27 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= cfengine
|
2000-04-25 20:57:38 +00:00
|
|
|
PORTVERSION= 1.5.4
|
1998-03-17 02:13:27 +00:00
|
|
|
CATEGORIES= sysutils
|
2000-04-25 20:57:38 +00:00
|
|
|
MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \
|
|
|
|
${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= cfengine
|
1998-03-17 02:13:27 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
1998-03-17 02:13:27 +00:00
|
|
|
|
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
|
|
|
|
|
1999-10-29 04:02:04 +00:00
|
|
|
CFLAGS+= -pthread
|
2000-09-01 16:41:41 +00:00
|
|
|
USE_AUTOCONF=yes
|
1998-03-17 02:13:27 +00:00
|
|
|
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|