aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda26-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda26-client/Makefile')
-rw-r--r--misc/amanda26-client/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile
new file mode 100644
index 000000000000..16388333d255
--- /dev/null
+++ b/misc/amanda26-client/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: amanda
+# Date created: 28th Feb 1995
+# Whom: gpalmer
+#
+# $FreeBSD$
+#
+
+PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
+PORTREVISION= 0
+
+MASTERDIR= ${.CURDIR}/../amanda-server
+COMMENT= ${PKGDIR}/pkg-comment.client
+PKGINSTALL= mustnotexist
+PLIST= ${PKGDIR}/pkg-plist.client
+
+CLIENT_ONLY= yes
+
+.include "${MASTERDIR}/Makefile"