6308a5aea6
files. Submitted by: Rob Simmons <rsimmons@wlcg.com>
19 lines
370 B
Makefile
19 lines
370 B
Makefile
# New ports collection makefile for: amanda
|
|
# Date created: 28th Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
|
|
PORTREVISION= 2
|
|
|
|
MASTERDIR= ${.CURDIR}/../amanda24-server
|
|
COMMENT= ${PKGDIR}/pkg-comment.client
|
|
PKGINSTALL= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|