1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/amanda32-client/Makefile
Jacques Vidrine 047e5c1b1c Revive amanda-client and amanda-server. These are not the old
amanda, but rather the _current_ amanda.  I mistakenly associated
them with ports/misc/amanda.

Please pass the pointy hat.

Graciously brought to my attention by:	jeh
2002-05-23 21:06:27 +00:00

19 lines
368 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= ${PKGDIR}/pkg-comment.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"