freebsd-ports/sysutils/cfengine/Makefile
Bill Fenner 782e744556 Change GNU_CONFIGURE to USE_AUTOCONF. cfengine comes with a configure
script generated with configure 1.12, which has a POSIX-related IFS bug
and doesn't completely work with modern shells.
2000-09-01 16:41:41 +00:00

25 lines
546 B
Makefile

# New ports collection makefile for: cfengine
# Date created: March 16, 1998
# Whom: jseger@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cfengine
PORTVERSION= 1.5.4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= cfengine
MAINTAINER= jseger@FreeBSD.org
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CFLAGS+= -pthread
USE_AUTOCONF=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>