1998-03-17 03:13:27 +01:00
|
|
|
# New ports collection makefile for: cfengine
|
|
|
|
# Date created: March 16, 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: jseger@FreeBSD.org
|
1998-03-17 03:13:27 +01:00
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1998-03-17 03:13:27 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= cfengine
|
2000-04-25 22:57:38 +02:00
|
|
|
PORTVERSION= 1.5.4
|
1998-03-17 03:13:27 +01:00
|
|
|
CATEGORIES= sysutils
|
2000-04-25 22:57:38 +02:00
|
|
|
MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \
|
|
|
|
${MASTER_SITE_GNU}
|
1999-01-27 08:41:29 +01:00
|
|
|
MASTER_SITE_SUBDIR= cfengine
|
1998-03-17 03:13:27 +01:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
1998-03-17 03:13:27 +01:00
|
|
|
|
1999-06-27 09:42:20 +02:00
|
|
|
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
|
1998-12-10 03:18:15 +01:00
|
|
|
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
|
|
|
.endif
|
|
|
|
|
1999-10-29 06:02:04 +02:00
|
|
|
CFLAGS+= -pthread
|
2000-09-01 18:41:41 +02:00
|
|
|
USE_AUTOCONF=yes
|
1998-03-17 03:13:27 +01:00
|
|
|
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|