1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/rdup/Makefile
Ruslan Makhmatkhanov 999548ae95 - update to 1.1.14
- trim Makefile header
- remove indefinite article from COMMENT
- remove unneeded patch
2013-01-22 07:09:46 +00:00

39 lines
711 B
Makefile

# Created by: corky1951@comcast.net
# $FreeBSD$
PORTNAME= rdup
PORTVERSION= 1.1.14
CATEGORIES= sysutils
MASTER_SITES= http://miek.nl/projects/rdup/
MAINTAINER= rm@FreeBSD.org
COMMENT= 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
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-simple.1 \
rdup-tr.1 \
rdup-up.1
MAN7= rdup-backups.7
.include <bsd.port.mk>