blob: 91f703c55a8222a15a509242b59f06a9c7478ea8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Colin Percival
# $FreeBSD$
PORTNAME= tarsnap
PORTVERSION= 1.0.39
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
CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \
LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}"
USES= gmake tar:tgz ssl
.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>
|