freebsd-ports/sysutils/cfengine-masterfiles37/Makefile
Cy Schubert 3cb6f8482d Update cfengine37 and cfengine-masterfiles37 to 3.7.3.
PR:		209071 (this PR only addresses half of the issue)
2016-04-26 14:09:34 +00:00

34 lines
787 B
Makefile

# Created by: cy@FreeBSD.org
# $FreeBSD$
PORTNAME= cfengine-masterfiles
PORTVERSION= 3.7.3
CATEGORIES= sysutils
MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/
MAINTAINER= cy@FreeBSD.org
# gjb@FreeBSD.org is also committer for this port
# skreuzer@FreeBSD.org is also committer for this port
COMMENT= cfengine sample policies for installations and upgrades
LICENSE= GPLv3
CPE_VENDOR= gnu
.if !defined(MASTERDIR)
PKGNAMESUFFIX= 37
.endif
RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX}
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
CONFLICTS= cfengine-masterfiles[689]*
MAKE_JOBS_UNSAFE= yes
USES= cpe
HAS_CONFIGURE= yes
EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles
CONFIGURE_ARGS= --prefix=${EXAMPLESDIR}
.include <bsd.port.mk>