summaryrefslogtreecommitdiff
path: root/misc/amanda32-client/Makefile
blob: 9de355565384031a35feca5b8c8e602e90b3c4e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"