freebsd-ports/sysutils/cfengine3-legacy/Makefile
Justin M. Seger 7833d2dbe5 Upgrade to 1.5.4 and change to not be x86 specific
Submitted by:	Steve Sizemore <steve@cmpharm.ucsf.edu>
2000-04-25 20:57:38 +00:00

25 lines
547 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
GNU_CONFIGURE=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>