freebsd-ports/sysutils/rdup/Makefile
Mathieu Arnold 99761d7f4c Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.

Sponsored by:	Absolight
2017-06-06 16:18:16 +00:00

26 lines
518 B
Makefile

# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD$
PORTNAME= rdup
PORTVERSION= 1.1.15
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>