2013-07-14 00:50:20 +02:00
|
|
|
# Created by: Colin Percival
|
2009-07-05 11:36:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tarsnap
|
2017-07-29 06:00:56 +02:00
|
|
|
PORTVERSION= 1.0.39
|
2009-07-05 11:36:28 +02:00
|
|
|
CATEGORIES= sysutils
|
2010-09-03 20:31:33 +02:00
|
|
|
MASTER_SITES= http://www.tarsnap.com/download-http/
|
2009-07-05 11:36:28 +02:00
|
|
|
DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= cperciva@tarsnap.com
|
|
|
|
COMMENT= Online encrypted backup service (client)
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2016-06-11 22:43:37 +02:00
|
|
|
CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \
|
|
|
|
LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}"
|
|
|
|
|
2017-03-15 15:45:30 +01:00
|
|
|
USES= gmake tar:tgz ssl
|
2009-07-05 11:36:28 +02:00
|
|
|
|
2014-01-03 14:51:50 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
# safety check to ensure that we don't violate the license
|
|
|
|
.if exists(${PATCHDIR})
|
2014-06-08 21:51:27 +02:00
|
|
|
RESTRICTED= license only allows redistribution and use of unmodified source and binaries
|
2014-01-03 14:51:50 +01:00
|
|
|
.endif
|
2014-05-17 09:24:47 +02:00
|
|
|
LEGAL_TEXT= license restricts redistribution of source and binaries
|
2014-01-03 14:51:50 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|