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 | |
parent | 4df11be408c38b864a3ae0ceda174dbaf28ceee7 (diff) | |
download | ports-047e5c1b1c38aa7479b32b6420d35a98d0aa8359.tar.gz ports-047e5c1b1c38aa7479b32b6420d35a98d0aa8359.zip |
Notes
Diffstat (limited to 'misc/amanda25-client')
-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" |