mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
12 lines
207 B
Makefile
12 lines
207 B
Makefile
# Created by: gpalmer
|
|
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Advanced Maryland Automatic Network Disk Archiver (client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../amanda-server
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|