A dependency on gzip will never be registered since gzip is available on all supported platforms (since FreeBSD 7.0). Rsyncrypto hasn't registered gzip in years, so remove the misleading pkg-message while we are at it (requires a revbump) Approved by: infrastructure blanket (removal of redundant deps)
30 lines
579 B
Makefile
30 lines
579 B
Makefile
# Created by: Jin-Sih Lin <linpct@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rsyncrypto
|
|
PORTVERSION= 1.12
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= linpct@gmail.com
|
|
COMMENT= Rsync Friendly File Encryption
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libargtable2.so:devel/argtable
|
|
RUN_DEPENDS= rsync:net/rsync
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib/
|
|
CPPFLAGS+= -I${LOCALBASE}/include/
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
PLIST_FILES= bin/rsyncrypto \
|
|
bin/rsyncrypto_recover \
|
|
man/man1/rsyncrypto.1.gz \
|
|
man/man1/rsyncrypto_recover.1.gz
|
|
|
|
.include <bsd.port.mk>
|