1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/sysutils/cfengine2/Makefile
2002-07-30 18:34:24 +00:00

29 lines
585 B
Makefile

# New ports collection makefile for: cfengine2
# Date created: 2002-07-29
# Whom: fanf@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cfengine2
PORTVERSION= 2.0.3
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= cfengine-${PORTVERSION}
MAINTAINER= fanf@FreeBSD.org
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}
MAN8= cfengine.8
.include <bsd.port.mk>