freebsd-ports/sysutils/rdup/Makefile

44 lines
794 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: rdup
# Date created: Jun 11, 2009
# Whom: corky1951@comcast.net
#
# $FreeBSD$
#
PORTNAME= rdup
PORTVERSION= 1.1.11
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://miek.nl/projects/rdup/
MAINTAINER= cvs-src@yandex.ru
COMMENT= A tool to generate an (incremental) backup file list
LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 \
pcre:${PORTSDIR}/devel/pcre \
archive:${PORTSDIR}/archivers/libarchive \
nettle:${PORTSDIR}/security/nettle
USE_BZIP2= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
USE_GMAKE= yes
MAKEFILE= GNUmakefile
PLIST_FILES= bin/rdup \
bin/rdup-simple \
bin/rdup-tr \
bin/rdup-up
MAN1= rdup.1 \
rdup-tr.1 \
rdup-up.1
MAN7= rdup-backups.7
.include <bsd.port.mk>