2002-05-23 23:06:27 +02:00
|
|
|
# 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
|
2003-02-10 10:04:04 +01:00
|
|
|
COMMENTFILE= ${PKGDIR}/pkg-comment.client
|
2002-05-23 23:06:27 +02:00
|
|
|
PKGINSTALL= mustnotexist
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|