diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-23 21:06:27 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-23 21:06:27 +0000 |
commit | 047e5c1b1c38aa7479b32b6420d35a98d0aa8359 (patch) | |
tree | d37efeadfdbc2298e18bbd0765fbd6127a18c1a7 /misc/amanda25-client/Makefile | |
parent | add mimedefang 2.11 (diff) |
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/Makefile')
-rw-r--r-- | misc/amanda25-client/Makefile | 18 |
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" |