mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2ceda74a65
Rename lang/dmd -> lang/dmd1 (cy) Merge legal text for net/vmware-vsphere-cli (zi) Fix sysutils/tarsnap to have text in LEGAL (cperciva) games/linux-savage restricted reason (acm) text edit for archivers/rar (gabor) copy from port to LEGAL for lang/ifc (maho) copy from LEGAL to port for science/gamess (maho) add LEGAL_PACKAGE to lang/dmd1 (cy) This brings the total number of ports with issues to below 100 Approved by: portmgr (implicit)
33 lines
766 B
Makefile
33 lines
766 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}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= cperciva@tarsnap.com
|
|
COMMENT= Online encrypted backup service (client)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
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>
|