2002-07-30 20:34:24 +02:00
|
|
|
# New ports collection makefile for: cfengine2
|
|
|
|
# Date created: 2002-07-29
|
|
|
|
# Whom: fanf@FreeBSD.org
|
1998-03-17 03:13:27 +01:00
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1998-03-17 03:13:27 +01:00
|
|
|
#
|
|
|
|
|
2002-07-30 20:34:24 +02:00
|
|
|
PORTNAME= cfengine2
|
|
|
|
PORTVERSION= 2.0.3
|
1998-03-17 03:13:27 +01:00
|
|
|
CATEGORIES= sysutils
|
2002-04-20 03:12:33 +02:00
|
|
|
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
|
2000-04-25 22:57:38 +02:00
|
|
|
${MASTER_SITE_GNU}
|
2001-01-23 09:58:29 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-07-30 20:34:24 +02:00
|
|
|
DISTNAME= cfengine-${PORTVERSION}
|
1998-03-17 03:13:27 +01:00
|
|
|
|
2002-07-30 20:34:24 +02:00
|
|
|
MAINTAINER= fanf@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= GNU cfengine - a systems administration tool for networks
|
2000-10-11 08:49:39 +02:00
|
|
|
|
2002-07-30 20:34:24 +02:00
|
|
|
LIB_DEPENDS= db4:${PORTSDIR}/databases/db4
|
2002-04-20 03:12:33 +02:00
|
|
|
|
2003-10-02 06:34:58 +02:00
|
|
|
FORBIDDEN= "Stack overflow; http://www.securityfocus.com/archive/1/339083"
|
|
|
|
|
2002-07-30 20:34:24 +02:00
|
|
|
USE_OPENSSL= yes
|
1998-12-10 03:18:15 +01:00
|
|
|
|
2002-07-30 20:34:24 +02:00
|
|
|
# if we use GNU_CONFIGURE=yes then the binaries get installed with weird names
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
1998-03-17 03:13:27 +01:00
|
|
|
|
2001-01-21 01:38:16 +01:00
|
|
|
MAN8= cfengine.8
|
|
|
|
|
1998-03-17 03:13:27 +01:00
|
|
|
.include <bsd.port.mk>
|