mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
cd6ed67653
This reduces the patching level on some ports and make it simpler to maintainer over all supported version of freebsd
24 lines
543 B
Makefile
24 lines
543 B
Makefile
# Created by: Charlie Kester <corky1951@comcast.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rdup
|
|
PORTVERSION= 1.1.14
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://archive.miek.nl/projects/rdup/
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Tool to generate (incremental) backup file list
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 \
|
|
libpcre.so:${PORTSDIR}/devel/pcre \
|
|
libnettle.so:${PORTSDIR}/security/nettle
|
|
|
|
USES= gmake libarchive pkgconfig tar:bzip2
|
|
USE_AUTOTOOLS= autoconf
|
|
MAKEFILE= GNUmakefile
|
|
|
|
.include <bsd.port.mk>
|