summaryrefslogtreecommitdiff
path: root/security/krb5/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-12-15 05:02:21 +0000
committerCy Schubert <cy@FreeBSD.org>2015-12-15 05:02:21 +0000
commitc675356816ab125531f72d1568cdd12c787cc560 (patch)
tree3f3efa97d551a4e9014f852b533b47155bfc65e4 /security/krb5/Makefile
parentMove security/krb5 to security/krb5-114 in preparation for restructuring (diff)
This is the second part of two commits, the first being r403749.
Adopt the same port structure as used by the cfengine family of ports: security/krb5 is renamed to security/krb5-114. A brand new security/krb5 now becomes a master port for the family of security/krb5-* ports. The default installs krb5-1.14. There is no functional change to the port build nor does the name of the latest krb5 port and package change. Users can continue to install security/krb5 to track the latest major version of security/krb5. Users wishing to install a specific version branch of krb5 can continue to install any of the security/krb5-* ports or by setting KRB5_VERSION in make.conf make.conf or including the branch on the make command line during build: make KRB5_VERSIN=NNN make -V VERSIONS lists available versions. security/krb5-appl has been updated to support this change (also fixing a typo in the krb5-appl/Makefile). Inspired by: sysutils/cfengine
Notes
Notes: svn path=/head/; revision=403760
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r--security/krb5/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
new file mode 100644
index 000000000000..061d4f996cd8
--- /dev/null
+++ b/security/krb5/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+VERSIONS= 112 113 114
+KRB5_VERSION?= 114
+
+MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION}
+
+.include "${MASTERDIR}/Makefile"