diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-27 17:08:56 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-27 17:08:56 +0000 |
commit | a24816a18fa219a408e96a5ef53b9044df0f7ca2 (patch) | |
tree | b05f23fe71f6892046ceef10b3336ac04c965de2 /sysutils/rdup/Makefile | |
parent | 4a79e3f94cba24072c38f96db2deb8002ee85bfe (diff) | |
download | ports-a24816a18fa219a408e96a5ef53b9044df0f7ca2.tar.gz ports-a24816a18fa219a408e96a5ef53b9044df0f7ca2.zip |
Notes
Diffstat (limited to 'sysutils/rdup/Makefile')
-rw-r--r-- | sysutils/rdup/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile index 65b22c37f258..7b4df2f4e3e9 100644 --- a/sysutils/rdup/Makefile +++ b/sysutils/rdup/Makefile @@ -1,4 +1,4 @@ -# Created by: corky1951@comcast.net +# Created by: Charlie Kester <corky1951@comcast.net> # $FreeBSD$ PORTNAME= rdup @@ -8,23 +8,22 @@ CATEGORIES= sysutils MASTER_SITES= http://miek.nl/projects/rdup/ MAINTAINER= rm@FreeBSD.org -COMMENT= Tool to generate an (incremental) backup file list +COMMENT= Tool to generate (incremental) backup file list + +LICENSE= GPLv3 LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 \ pcre:${PORTSDIR}/devel/pcre \ archive:${PORTSDIR}/archivers/libarchive \ nettle:${PORTSDIR}/security/nettle +USES= gmake pkgconfig USE_BZIP2= yes - USE_AUTOTOOLS= autoconf -USES= pkgconfig -GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib - -USE_GMAKE= yes MAKEFILE= GNUmakefile +LDFLAGS+= -L${LOCALBASE}/lib + PLIST_FILES= bin/rdup \ bin/rdup-simple \ bin/rdup-tr \ |