1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/amanda-client/Makefile

19 lines
370 B
Makefile
Raw Normal View History

# New ports collection makefile for: amanda
# Date created: 28th Feb 1995
# Whom: gpalmer
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2001-01-30 19:41:12 +00:00
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
PORTREVISION= 1
2001-01-30 19:41:12 +00:00
MASTERDIR= ${.CURDIR}/../amanda24-server
COMMENT= ${PKGDIR}/pkg-comment.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
2001-01-30 19:41:12 +00:00
CLIENT_ONLY= yes
2001-01-30 19:41:12 +00:00
.include "${MASTERDIR}/Makefile"