freebsd-ports/sysutils/cfengine2/Makefile
Sergei Kolobov ae28aecde4 - Include patches from Bob Van Valzah <Bob@VanValzah.Com>
which fix problems with mixed case hostnames and fully qualified
  domain names.  In some cases cfengine appears to bind only to
  the ipv6 address with mixed case hostnames.
- Bump PORTREVISION
- Assign mantainership to the submitter at his request

While I'm here:
- Supply a proper CONFIGURE_TARGET to GNU_CONFIGURE
- Teach the port that ${LOCALBASE} is not always /usr/local

PR:		60061
Submitted by:	Paul Dlug <paul@aps.org>
2003-12-12 14:51:48 +00:00

31 lines
785 B
Makefile

# New ports collection makefile for: cfengine2
# Date created: 2002-07-29
# Whom: fanf@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cfengine2
PORTVERSION= 2.1.0p1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= cfengine-${PORTVERSION}
MAINTAINER= paul@aps.org
COMMENT= A systems administration tool for networks
LIB_DEPENDS= db4:${PORTSDIR}/databases/db4
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-berkeleydb=${LOCALBASE}
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>