Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= stunnel |
4 |
PORTNAME= stunnel |
5 |
PORTVERSION= 5.01 |
5 |
PORTVERSION= 5.01 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= security |
7 |
CATEGORIES= security |
7 |
MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ |
8 |
MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ |
8 |
http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \ |
9 |
http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \ |
Lines 25-30
Link Here
|
25 |
LICENSE= GPLv2 GPLv3 |
26 |
LICENSE= GPLv2 GPLv3 |
26 |
LICENSE_COMB= dual |
27 |
LICENSE_COMB= dual |
27 |
|
28 |
|
|
|
29 |
USES= shebangfix |
28 |
USE_AUTOTOOLS= libtool |
30 |
USE_AUTOTOOLS= libtool |
29 |
USE_RC_SUBR= stunnel |
31 |
USE_RC_SUBR= stunnel |
30 |
USE_LDCONFIG= yes |
32 |
USE_LDCONFIG= yes |
Lines 31-36
Link Here
|
31 |
|
33 |
|
32 |
GNU_CONFIGURE= yes |
34 |
GNU_CONFIGURE= yes |
33 |
CONFIGURE_ARGS= --localstatedir=/var/tmp --enable-static |
35 |
CONFIGURE_ARGS= --localstatedir=/var/tmp --enable-static |
|
|
36 |
SHEBANG_FILES= src/stunnel3.in |
34 |
|
37 |
|
35 |
OPTIONS_DEFINE= IPV6 LIBWRAP SSL_PORT FIPS |
38 |
OPTIONS_DEFINE= IPV6 LIBWRAP SSL_PORT FIPS |
36 |
OPTIONS_SINGLE= THREAD |
39 |
OPTIONS_SINGLE= THREAD |
Lines 102-107
Link Here
|
102 |
@${REINPLACE_CMD} -E -e 's|\$$\(docdir\)/examples|${EXAMPLESDIR}|g' ${WRKSRC}/tools/Makefile.in |
105 |
@${REINPLACE_CMD} -E -e 's|\$$\(docdir\)/examples|${EXAMPLESDIR}|g' ${WRKSRC}/tools/Makefile.in |
103 |
.endif |
106 |
.endif |
104 |
|
107 |
|
|
|
108 |
post-install: |
109 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/stunnel/libstunnel.so |
110 |
|
105 |
cert: |
111 |
cert: |
106 |
@${ECHO} "" |
112 |
@${ECHO} "" |
107 |
@${ECHO} "**************************************************************************" |
113 |
@${ECHO} "**************************************************************************" |