freebsd-ports/sysutils/rdup/Makefile
Martin Wilke dcb2ace53e - Update to 1.0.2
PR:		139485
Submitted by:	Charlie Kester <corky1951@comcast.net> (Maintainer)
2009-12-02 13:48:23 +00:00

47 lines
1,008 B
Makefile

# ex:ts=8
# Ports collection makefile for: rdup
# Date created: Jun 11, 2009
# Whom: corky1951@comcast.net
#
# $FreeBSD$
#
PORTNAME= rdup
PORTVERSION= 1.0.2
CATEGORIES= sysutils
MASTER_SITES= http://miek.nl/projects/rdup/
MAINTAINER= corky1951@comcast.net
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
USE_AUTOTOOLS= autoconf:262
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
USE_GMAKE= yes
MAKEFILE= GNUmakefile
PLIST_FILES= bin/rdup \
bin/rdup-ln \
bin/rdup-simple \
bin/rdup-tr \
bin/rdup-up
MAN1= rdup.1 \
rdup-tr.1 \
rdup-up.1
MAN7= rdup-backups.7
post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/sh/rdup-simple.in
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/sh/rdup-ln
.include <bsd.port.mk>