47cd4bf92f
- Remove 2 contributed patchs that are now part of the release - Build static programs for easier recovery
19 lines
368 B
Makefile
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"
|