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
|
2007-02-15 03:18:38 +01:00
|
|
|
PORTREVISION= 1
|
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"
|