diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-23 11:46:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-23 11:46:32 +0000 |
commit | e41fd4106a8af7e0a67c66c5413846dd4bbd0c9f (patch) | |
tree | 6633cdb65f4f5718cd49ca7cdf2079391370957b /net/tcpreen/Makefile | |
parent | 29a061ab9581e2dae49c9446b74c61451b440582 (diff) | |
download | ports-e41fd4106a8af7e0a67c66c5413846dd4bbd0c9f.tar.gz ports-e41fd4106a8af7e0a67c66c5413846dd4bbd0c9f.zip |
Notes
Diffstat (limited to 'net/tcpreen/Makefile')
-rw-r--r-- | net/tcpreen/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/net/tcpreen/Makefile b/net/tcpreen/Makefile index d637400947e6..5f20375bc4d8 100644 --- a/net/tcpreen/Makefile +++ b/net/tcpreen/Makefile @@ -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> |