mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
4bc951579f
With hat: portmgr
18 lines
318 B
Makefile
18 lines
318 B
Makefile
# Created by: gpalmer
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= 32-client
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../amanda32-server
|
|
PKGINSTALL= mustnotexist
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|