1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/misc/amanda32-client/Makefile
Ade Lovett a5be358b9d More manual pkg-comment cleanups.
Approved by:	portmgr (implicitly)
2003-03-06 21:01:40 +00:00

19 lines
402 B
Makefile

# New ports collection makefile for: amanda
# Date created: 28th Feb 1995
# Whom: gpalmer
#
# $FreeBSD$
#
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
PORTREVISION= 0
MASTERDIR= ${.CURDIR}/../amanda-server
COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client)
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"