diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-20 21:38:13 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-20 21:38:13 +0000 |
commit | fc36c8c036b3bb99455a804b940e9e05822f06ce (patch) | |
tree | 955f60f4846e25b27afd09f82751c31fd44b2a1f /net/ipex/Makefile | |
parent | aea39eb662d17dcba7d34599d63c034cb0462443 (diff) |
Notes
Diffstat (limited to 'net/ipex/Makefile')
-rw-r--r-- | net/ipex/Makefile | 17 |
1 files changed, 15 insertions, 2 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> |