2002-05-23 21:06:27 +00:00
|
|
|
# New ports collection makefile for: amanda
|
|
|
|
# Date created: 28th Feb 1995
|
|
|
|
# Whom: gpalmer
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-03-22 06:47:58 +00:00
|
|
|
PKGNAMESUFFIX= -client
|
2006-06-10 00:52:09 +00:00
|
|
|
PORTREVISION= 0
|
2002-05-23 21:06:27 +00:00
|
|
|
|
2003-03-06 21:01:40 +00:00
|
|
|
COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client)
|
2005-10-14 15:40:30 +00:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../amanda-server
|
2002-05-23 21:06:27 +00:00
|
|
|
PKGINSTALL= mustnotexist
|
2005-10-14 15:40:30 +00:00
|
|
|
|
2002-05-23 21:06:27 +00:00
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|