4bc951579f
With hat: portmgr
17 lines
318 B
Makefile
17 lines
318 B
Makefile
# Created by: gpalmer
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= 25-client
|
|
PORTREVISION= 4
|
|
|
|
COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../amanda25-server
|
|
PKGINSTALL= mustnotexist
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|