1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/misc/amanda-client/Makefile
Jun Kuriyama 5cefa4a292 Finally upgrade to 2.6.0p2.
Old 2.5.x version is repocopied as misc/amanda25-{server,client}.
If you have backup clients which cannot be upgraded to 2.6.x, use these
old ports or disable usetimestamps option (enabled by default, which
is incompatible with 2.5.x) in amanda.conf.

More minor improvements will follow.

PR:		ports/128836
Submitted by:	Goran Lowkrantz <glz@hidden-powers.com>
Urged by:	many
2009-01-05 04:59:06 +00:00

20 lines
363 B
Makefile

# New ports collection makefile for: amanda
# Date created: 28th Feb 1995
# Whom: gpalmer
#
# $FreeBSD$
#
PKGNAMESUFFIX= -client
COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client)
MASTERDIR= ${.CURDIR}/../amanda-server
PKGINSTALL= mustnotexist
PLIST= ${PKGDIR}/pkg-plist.client
CLIENT_ONLY= yes
.include "${MASTERDIR}/Makefile"