2013-07-14 00:50:20 +02:00
|
|
|
# Created by: Colin Percival
|
2009-07-05 11:36:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tarsnap
|
2013-07-25 20:05:05 +02:00
|
|
|
PORTVERSION= 1.0.35
|
2014-01-09 03:53:37 +01:00
|
|
|
PORTREVISION= 2
|
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
|
2014-07-29 21:11:51 +02:00
|
|
|
USES= gmake tar:tgz
|
2009-07-05 11:36:28 +02:00
|
|
|
|
2012-08-11 07:39:55 +02:00
|
|
|
OPTIONS_DEFINE= SSE2
|
|
|
|
SSE2_DESC= Use SSE2-optimized code
|
2009-07-05 11:36:28 +02:00
|
|
|
|
2013-07-14 00:50:20 +02:00
|
|
|
SSE2_CONFIGURE_ENABLE= sse2
|
|
|
|
SSE2_CFLAGS= -msse2
|
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>
|