mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
504ccabadb
Make portlint happyer PR: 87426 Notified by: Patrick M. Hausen <hausen@punkt.de>
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# New ports collection makefile for: amanda
|
|
# Date created: 28th Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../amanda-server
|
|
PKGINSTALL= mustnotexist
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|