diff options
Diffstat (limited to 'misc/amanda26-client')
-rw-r--r-- | misc/amanda26-client/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile new file mode 100644 index 0000000..1638833 --- /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" |