freebsd-ports/sysutils/cfengine2/Makefile
Oliver Eikemeier e3a23893a0 - Update to 2.1.0p1
- Moved info pages to Makefile from pkg-plist

PR:		59421
Submitted by:	Paul Dlug <paul@ridge.aps.org>
Approved by:	marcus (mentor)
2003-11-21 02:57:29 +00:00

32 lines
792 B
Makefile

# New ports collection makefile for: cfengine2
# Date created: 2002-07-29
# Whom: fanf@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cfengine2
PORTVERSION= 2.1.0p1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= cfengine-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU cfengine - a systems administration tool for networks
LIB_DEPENDS= db4:${PORTSDIR}/databases/db4
USE_OPENSSL= yes
# if we use GNU_CONFIGURE=yes then the binaries get installed with weird names
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
INFO= cfengine-Anomalies cfengine-Reference cfengine-Tutorial
MAN8= cfengine.8 cfagent.8 cfenvd.8 cfenvgraph.8 cfexecd.8 cfkey.8 \
cfrun.8 cfservd.8
.include <bsd.port.mk>