freebsd-ports/misc/amanda-client/Makefile
James E. Housley 98d7918807 * Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operator
own it
* Crate /etc/amandates and have operator own it.  This is hard coded at
compile time and can't easily be made ${PREFIX} safe.

PR:		59302
Submitted by:	Matthias Andree
2003-11-15 16:58:45 +00:00

18 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= 2
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"