ports/sysutils/rdup/Makefile
Sunpoet Po-Chuan Hsieh d99d942bb0 Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
2019-07-09 17:13:07 +00:00

27 lines
534 B
Makefile

# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD$
PORTNAME= rdup
PORTVERSION= 1.1.15
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= rm@FreeBSD.org
COMMENT= Tool to generate (incremental) backup file list
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpcre.so:devel/pcre \
libnettle.so:security/nettle
USES= autoreconf gmake libarchive pkgconfig
USE_GNOME= glib20
USE_GITHUB= yes
GH_ACCOUNT= miekg
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAKEFILE= GNUmakefile
.include <bsd.port.mk>