freebsd-ports/sysutils/tarsnap/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

31 lines
751 B
Makefile

# Created by: Colin Percival
# $FreeBSD$
PORTNAME= tarsnap
PORTVERSION= 1.0.35
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.tarsnap.com/download-http/
DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION}
MAINTAINER= cperciva@tarsnap.com
COMMENT= Online encrypted backup service (client)
GNU_CONFIGURE= yes
USES= gmake tar:tgz
OPTIONS_DEFINE= SSE2
SSE2_DESC= Use SSE2-optimized code
SSE2_CONFIGURE_ENABLE= sse2
SSE2_CFLAGS= -msse2
.include <bsd.port.pre.mk>
# safety check to ensure that we don't violate the license
.if exists(${PATCHDIR})
RESTRICTED= license only allows redistribution and use of unmodified source and binaries
.endif
LEGAL_TEXT= license restricts redistribution of source and binaries
.include <bsd.port.post.mk>