aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda25-client
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-05-23 21:06:27 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-05-23 21:06:27 +0000
commit047e5c1b1c38aa7479b32b6420d35a98d0aa8359 (patch)
treed37efeadfdbc2298e18bbd0765fbd6127a18c1a7 /misc/amanda25-client
parent4df11be408c38b864a3ae0ceda174dbaf28ceee7 (diff)
downloadports-047e5c1b1c38aa7479b32b6420d35a98d0aa8359.tar.gz
ports-047e5c1b1c38aa7479b32b6420d35a98d0aa8359.zip
Revive amanda-client and amanda-server. These are not the old
amanda, but rather the _current_ amanda. I mistakenly associated them with ports/misc/amanda. Please pass the pointy hat. Graciously brought to my attention by: jeh
Notes
Notes: svn path=/head/; revision=59824
Diffstat (limited to 'misc/amanda25-client')
-rw-r--r--misc/amanda25-client/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile
new file mode 100644
index 000000000000..16388333d255
--- /dev/null
+++ b/misc/amanda25-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"