aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cfengine3-legacy/Makefile
blob: facd6f9aea716fe9a4d5035a03fb27d7c719ad5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    cfengine
# Version required:     1.4.12
# Date created:     March 16, 1998
# Whom:         jseger@FreeBSD.ORG
#
# $Id: Makefile,v 1.3 1998/12/10 02:18:15 jseger Exp $
#

DISTNAME=       cfengine-1.4.12
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= cfengine

MAINTAINER= jseger@FreeBSD.ORG

.if defined(PACKAGE_BUILDING)
LIB_DEPENDS=    wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif

GNU_CONFIGURE=yes
MAKE_ENV=   INSTALL_SCRIPT="${INSTALL_SCRIPT}"

.include <bsd.port.mk>