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
|
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}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= cperciva@tarsnap.com
|
|
|
|
COMMENT= Online encrypted backup service (client)
|
|
|
|
|
|
|
|
RESTRICTED= license restricts redistribution of source and binaries
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-07-14 00:50:20 +02:00
|
|
|
USES= gmake
|
2009-07-05 11:36:28 +02:00
|
|
|
|
2011-02-08 06:35:40 +01:00
|
|
|
MAN1= tarsnap.1 tarsnap-keygen.1 tarsnap-keymgmt.1 \
|
|
|
|
tarsnap-keyregen.1 tarsnap-recrypt.1
|
2009-07-05 11:36:28 +02:00
|
|
|
MAN5= tarsnap.conf.5
|
|
|
|
|
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
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
2009-07-05 11:36:28 +02:00
|
|
|
post-install:
|
|
|
|
@if [ ! -f ${PREFIX}/etc/tarsnap.conf ]; then \
|
|
|
|
${CP} -p ${PREFIX}/etc/tarsnap.conf.sample ${PREFIX}/etc/tarsnap.conf ; \
|
|
|
|
fi
|
|
|
|
@${CAT} ${PKGDIR}/pkg-message
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|