mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Unbreak for 5.x
- Properly conditionalize getopt_long(3) dependency with USE_GETOPT_LONG - Switch to tracking "unstable" tcreen: update to 1.3.4, see ${DOCSDIR}/NEWS for the list of new features and changes - Install some additional documentation - Use DOCSDIR in pkg-plist PR: 53304 [1], 53368 [2], 53578 [3] Submitted by: Sergei Kolobov <sergei@kolobov.com> [1] [2], Kirill Ponomarew <ponomarew@oberon.net> [3] Approved by: maintainer
This commit is contained in:
parent
29a061ab95
commit
e41fd4106a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83474
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tcpreen
|
||||
PORTVERSION= 1.2.2
|
||||
PORTVERSION= 1.3.4
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,21 +17,11 @@ COMMENT= A simple TCP session re-engineering tool
|
||||
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||
MAN1= tcpreen.1
|
||||
|
||||
DOC_FILES= README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Configure fails"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
.endif
|
||||
DOC_FILES= AUTHORS NEWS README THANKS TODO
|
||||
|
||||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@ -41,4 +31,4 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tcpreen-1.2.2.tar.bz2) = 8dfa174bb7bd781dd73357d2975cf2cb
|
||||
MD5 (tcpreen-1.3.4.tar.bz2) = fb5176c0812b20abc3a11f72c8fdb1d1
|
||||
|
@ -1,4 +1,8 @@
|
||||
bin/tcpreen
|
||||
share/locale/fr/LC_MESSAGES/tcpreen.mo
|
||||
%%PORTDOCS%%share/doc/tcpreen/AUTHORS
|
||||
%%PORTDOCS%%share/doc/tcpreen/NEWS
|
||||
%%PORTDOCS%%share/doc/tcpreen/README
|
||||
%%PORTDOCS%%share/doc/tcpreen/THANKS
|
||||
%%PORTDOCS%%share/doc/tcpreen/TODO
|
||||
%%PORTDOCS%%@dirrm share/doc/tcpreen
|
||||
|
Loading…
Reference in New Issue
Block a user