mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
515 B
Makefile
24 lines
515 B
Makefile
# New ports collection makefile for: cfengine
|
|
# Version required: 1.4.12
|
|
# Date created: March 16, 1998
|
|
# Whom: jseger@FreeBSD.ORG
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= cfengine-1.4.12
|
|
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
|
|
|
|
GNU_CONFIGURE=yes
|
|
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
.include <bsd.port.mk>
|