1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/amanda26-client/Makefile
James E. Housley 94e30911d6 Add a WITHOUT_GNUTAR option in preperation of the MFC of a newer version
of tar.  The GNUTar is know to work in some specific conditions the previous
native version did not.  This allows an easy way for those that don't need
tar with Amanda or want to try the new version an easy way to do so.

Suggested by:	Mikhail Teterin <mi@aldan.algebra.com>
2001-05-09 02:52:54 +00:00

19 lines
370 B
Makefile

# New ports collection makefile for: amanda
# Date created: 28th Feb 1995
# Whom: gpalmer
#
# $FreeBSD$
#
PORTNAME= ${MASTERPORTNAME:S/-server/-client/g}
PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../amanda24-server
COMMENT= ${PKGDIR}/pkg-comment.client
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"