aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine-masterfiles319/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine-masterfiles319/Makefile')
-rw-r--r--sysutils/cfengine-masterfiles319/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/sysutils/cfengine-masterfiles319/Makefile b/sysutils/cfengine-masterfiles319/Makefile
deleted file mode 100644
index 0efcb9e13325..000000000000
--- a/sysutils/cfengine-masterfiles319/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= cfengine-masterfiles
-PORTVERSION= 3.19.0
-CATEGORIES= sysutils
-MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/
-
-MAINTAINER= cy@FreeBSD.org
-COMMENT= cfengine sample policies for installations and upgrades
-WWW= https://cfengine.com/
-
-LICENSE= GPLv3
-
-CPE_VENDOR= gnu
-CPE_PRODUCT= cfengine
-
-CONFLICTS= cfengine-masterfiles3[0-9] cfengine-masterfiles31[0-79]
-.if !defined(MASTERDIR)
-PKGNAMESUFFIX= 319
-CONFLICTS+= cfengine-masterfiles-3.*
-.endif
-
-RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX}
-
-FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
-
-MAKE_JOBS_UNSAFE= yes
-USES= cpe gmake python:build
-HAS_CONFIGURE= yes
-EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles
-CONFIGURE_ARGS= --prefix=${EXAMPLESDIR}
-
-.include <bsd.port.mk>