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