freebsd-ports/sysutils/cfengine-masterfiles39/Makefile
Cy Schubert 5adedb838a Welcome the new cfengine and cfengine-masterfiles 3.10.
Adjust the other cfengine and cfengine-masterfiles ports CONFLICTS to
recognize the new cfengine sister ports.

Add cfengine and cfengine-masterfiles 310 to their respective metaports.
2016-12-29 07:11:50 +00:00

34 lines
788 B
Makefile

# Created by: cy@FreeBSD.org
# $FreeBSD$
PORTNAME= cfengine-masterfiles
PORTVERSION= 3.9.1
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= 39
.endif
RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX}
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
CONFLICTS= cfengine-masterfiles[1678]*
MAKE_JOBS_UNSAFE= yes
USES= cpe
HAS_CONFIGURE= yes
EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles
CONFIGURE_ARGS= --prefix=${EXAMPLESDIR}
.include <bsd.port.mk>