freebsd-ports/sysutils/cfengine3-legacy/Makefile

25 lines
531 B
Makefile
Raw Normal View History

# New ports collection makefile for: cfengine
1999-10-29 06:02:04 +02:00
# Version required: 1.5.3
# Date created: March 16, 1998
# Whom: jseger@FreeBSD.org
#
1999-08-31 04:00:46 +02:00
# $FreeBSD$
#
1999-10-29 06:02:04 +02:00
DISTNAME= cfengine-1.5.3
CATEGORIES= sysutils
MASTER_SITES= ${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
1999-10-29 06:02:04 +02:00
CFLAGS+= -pthread
GNU_CONFIGURE=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>