diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-01-21 05:38:13 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-01-21 05:38:13 +0800 |
commit | 203a05789b44b9e1becc7ea1895d8b33817763a0 (patch) | |
tree | e39fed7ba2f9dd38de016f2dfc7ffb80d525fe7e /net/ipex | |
parent | 077e567e1f8986d371b7b4493c71ba21195bd821 (diff) | |
download | freebsd-ports-gnome-203a05789b44b9e1becc7ea1895d8b33817763a0.tar.gz freebsd-ports-gnome-203a05789b44b9e1becc7ea1895d8b33817763a0.tar.zst freebsd-ports-gnome-203a05789b44b9e1becc7ea1895d8b33817763a0.zip |
Add NOPORTDOCS support
Include man pages
Update to 2.3.4
Approved by: maintiner
Diffstat (limited to 'net/ipex')
-rw-r--r-- | net/ipex/Makefile | 17 | ||||
-rw-r--r-- | net/ipex/distinfo | 2 | ||||
-rw-r--r-- | net/ipex/pkg-plist | 8 |
3 files changed, 24 insertions, 3 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile index 36c3cb7bd117..e4ad71b67667 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -6,13 +6,26 @@ # PORTNAME= ipex -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipex MAINTAINER= maneo@bsdpro.com +MAN1= ipex.1 +MANCOMPRESSED= yes + GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} +.for file in ipex-HOWTO.pdf ipex-HOWTO.txt pcap_exprs.txt regexps.txt rfc0768.txt rfc0792.txt rfc0793.txt + @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.post.mk> diff --git a/net/ipex/distinfo b/net/ipex/distinfo index 7e5aef9f73d6..a21bf9f19d82 100644 --- a/net/ipex/distinfo +++ b/net/ipex/distinfo @@ -1 +1 @@ -MD5 (ipex-2.3.2.tar.gz) = 6945318ab31b078f0ce024c6df2dd601 +MD5 (ipex-2.3.4.tar.gz) = 97fdb0993c03594f733d78120b2f99b9 diff --git a/net/ipex/pkg-plist b/net/ipex/pkg-plist index d74fa6882df0..f7bf0c501746 100644 --- a/net/ipex/pkg-plist +++ b/net/ipex/pkg-plist @@ -1 +1,9 @@ bin/ipex +%%PORTDOCS%%share/doc/ipex/ipex-HOWTO.pdf +%%PORTDOCS%%share/doc/ipex/ipex-HOWTO.txt +%%PORTDOCS%%share/doc/ipex/pcap_exprs.txt +%%PORTDOCS%%share/doc/ipex/regexps.txt +%%PORTDOCS%%share/doc/ipex/rfc0768.txt +%%PORTDOCS%%share/doc/ipex/rfc0792.txt +%%PORTDOCS%%share/doc/ipex/rfc0793.txt +%%PORTDOCS%%@dirrm share/doc/ipex |