mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stagify
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
This commit is contained in:
parent
51ec5078bd
commit
689a8809cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360432
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= torsocks
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= GOOGLE_CODE \
|
||||
http://tor.reactor-xg.kiev.ua/files/
|
||||
@ -13,16 +13,12 @@ COMMENT= Most SOCKS-friendly applications way with Tor
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_AUTOTOOLS= libtool aclocal autoconf libtoolize
|
||||
USE_AUTOTOOLS= aclocal autoconf libtoolize
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= torsocks.1 usewithtor.1
|
||||
MAN5= torsocks.conf.5
|
||||
MAN8= torsocks.8
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS_DEFINE= OLDMETHOD NODEBUG DOCS
|
||||
@ -41,7 +37,6 @@ OPTIONS_DEFAULT= DOCS DEFAULT
|
||||
|
||||
PORTDOCS= INSTALL README TODO ChangeLog
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSOCKSDNS}
|
||||
@ -106,12 +101,11 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.sample ${PREFIX}/etc
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.sample ${STAGEDIR}${PREFIX}/etc
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,9 +2,12 @@ bin/torsocks
|
||||
bin/usewithtor
|
||||
etc/torsocks.conf.sample
|
||||
lib/libtorsocks.a
|
||||
lib/libtorsocks.la
|
||||
lib/libtorsocks.so
|
||||
lib/libtorsocks.so.1
|
||||
lib/libtorsocks.so.1.0.0
|
||||
man/man1/torsocks.1.gz
|
||||
man/man1/usewithtor.1.gz
|
||||
man/man5/torsocks.conf.5.gz
|
||||
man/man8/torsocks.8.gz
|
||||
%%DATADIR%%/DEBUG
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/README.TORDNS
|
||||
|
Loading…
Reference in New Issue
Block a user