Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= dante |
8 |
PORTNAME= dante |
9 |
PORTVERSION= 1.1.15 |
9 |
PORTVERSION= 1.1.19 |
10 |
CATEGORIES= net security |
10 |
CATEGORIES= net security |
11 |
MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ |
11 |
MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ |
12 |
ftp://ftp.nuug.no/pub/anders/distfiles/ \ |
12 |
ftp://ftp.nuug.no/pub/anders/distfiles/ \ |
Lines 24-36
Link Here
|
24 |
|
24 |
|
25 |
INSTALLS_SHLIB= yes |
25 |
INSTALLS_SHLIB= yes |
26 |
|
26 |
|
|
|
27 |
USE_RC_SUBR= sockd.sh |
28 |
|
27 |
MAN5= sockd.conf.5 socks.conf.5 |
29 |
MAN5= sockd.conf.5 socks.conf.5 |
28 |
MAN8= sockd.8 |
30 |
MAN8= sockd.8 |
29 |
|
31 |
|
30 |
post-install: |
32 |
post-install: |
31 |
@${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${PREFIX}/etc/socks.conf.example |
33 |
@${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${PREFIX}/etc/socks.conf.example |
32 |
@${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${PREFIX}/etc/sockd.conf.example |
34 |
@${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${PREFIX}/etc/sockd.conf.example |
33 |
@${INSTALL_SCRIPT} ${FILESDIR}/sockd.sh ${PREFIX}/etc/rc.d/sockd.sh-dist |
|
|
34 |
.if !defined(NOPORTDOCS) |
35 |
.if !defined(NOPORTDOCS) |
35 |
${INSTALL} -d -m 555 ${DOCSDIR} |
36 |
${INSTALL} -d -m 555 ${DOCSDIR} |
36 |
@${INSTALL_DATA} ${WRKSRC}/doc/README* ${DOCSDIR} |
37 |
@${INSTALL_DATA} ${WRKSRC}/doc/README* ${DOCSDIR} |