Lines 7-30
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= tinc |
9 |
PORTNAME= tinc |
10 |
PORTVERSION= 1.0p7 |
10 |
PORTVERSION= 1.0.p8 |
|
|
11 |
PORTREPOCH= 1 |
11 |
CATEGORIES= security |
12 |
CATEGORIES= security |
12 |
MASTER_SITES= http://tinc.nl.linux.org/packages/ \ |
13 |
MASTER_SITES= http://tinc.nl.linux.org/packages/ \ |
13 |
ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ |
14 |
ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ |
14 |
http://the.wiretapped.net/security/network-security/tinc/ |
15 |
http://the.wiretapped.net/security/network-security/tinc/ |
15 |
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} |
16 |
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} |
16 |
|
17 |
|
17 |
MAINTAINER= ports@FreeBSD.org |
18 |
MAINTAINER= ports@FreeBSD.org |
18 |
|
19 |
|
19 |
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ |
20 |
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext |
20 |
intl:${PORTSDIR}/devel/gettext |
|
|
21 |
|
21 |
|
22 |
USE_OPENSSL= yes |
22 |
USE_OPENSSL= yes |
23 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
24 |
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |
24 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
25 |
LDFLAGS="-L${LOCALBASE}/lib" |
25 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
|
|
26 |
LDFLAGS="-L${LOCALBASE}/lib" \ |
27 |
MAKEINFO="makeinfo --no-split" |
26 |
|
28 |
|
27 |
MAN5= tinc.conf.5 |
29 |
MAN5= tinc.conf.5 |
28 |
MAN8= tincd.8 |
30 |
MAN8= tincd.8 |
|
|
31 |
|
32 |
post-extract: |
33 |
@${RM} -f ${WRKSRC}/doc/tinc.info* |
29 |
|
34 |
|
30 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |