aboutsummaryrefslogtreecommitdiffstats
path: root/security/tinc/Makefile
blob: 837b841f2c1ae302e2a27949d6125f7bfd221eaa (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
28
29
# Created by: ijliao
# $FreeBSD$

PORTNAME=   tinc
PORTVERSION=    1.0.26
PORTREVISION=   2
CATEGORIES= security
MASTER_SITES=   http://www.tinc-vpn.org/packages/

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Virtual Private Network (VPN) daemon

LICENSE=    GPLv3

LIB_DEPENDS=    liblzo2.so:${PORTSDIR}/archivers/lzo2

USES=       cpe makeinfo
CPE_VENDOR= tinc-vpn
USE_OPENSSL=    yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var
USE_RC_SUBR=    tincd
INFO=       tinc
PLIST_FILES=    sbin/tincd \
        man/man5/tinc.conf.5.gz man/man8/tincd.8.gz

.include <bsd.port.mk>