diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 01:29:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 01:29:06 +0000 |
commit | 052d54a1daa8c0c24577f75b2e785d4651bb4f08 (patch) | |
tree | 87fd8344213eedec974b055a3450aa7b88247f02 /net/tcpreen/Makefile | |
parent | 38ef3d04975f9ee227f46e2daaa0314838fbc982 (diff) | |
download | ports-052d54a1daa8c0c24577f75b2e785d4651bb4f08.tar.gz ports-052d54a1daa8c0c24577f75b2e785d4651bb4f08.zip |
Notes
Diffstat (limited to 'net/tcpreen/Makefile')
-rw-r--r-- | net/tcpreen/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/net/tcpreen/Makefile b/net/tcpreen/Makefile index f63c43037e76..40caa79593f9 100644 --- a/net/tcpreen/Makefile +++ b/net/tcpreen/Makefile @@ -6,15 +6,15 @@ # PORTNAME= tcpreen -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.2 CATEGORIES= net ipv6 -MASTER_SITES= http://rdenisc.free.fr/tcpreen/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= Janos.Mohacsi@bsd.hu COMMENT= A simple TCP session re-engineering tool -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_BZIP2= yes GNU_CONFIGURE= yes @@ -23,6 +23,12 @@ MAN1= tcpreen.1 DOC_FILES= README +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +.endif + post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -31,4 +37,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |