diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-08-19 13:22:15 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-08-19 13:22:15 +0000 |
commit | 528801f6579cf0c9a074af44722feec9e0356dea (patch) | |
tree | a72e1c1dec4e8f03bc9e24300f9cb7e4d40276ab /net-mgmt/ap-utils/Makefile | |
parent | 25bb591ef1281e6b2f210c06a45fa04a9e563095 (diff) | |
download | ports-528801f6579cf0c9a074af44722feec9e0356dea.tar.gz ports-528801f6579cf0c9a074af44722feec9e0356dea.zip |
Notes
Diffstat (limited to 'net-mgmt/ap-utils/Makefile')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index 67ed943df689..c5521cf26d64 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -6,29 +6,23 @@ # PORTNAME= ap-utils -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= net -MASTER_SITES= http://ap-utils.polesye.net/files/ +MASTER_SITES= http://ap-utils.polesye.net/files/ \ + http://web.cs.cmu.edu/~dpelleg/download/ -MAINTAINER= jerry@thehutt.org +MAINTAINER= daniel+aputils@pelleg.org + +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -USE_BZIP2= yes GNU_CONFIGURE= yes +USE_BZIP2= yes +MAN8= ap-trapd.8 ap-mrtg.8 ap-atmel.8 ap-nwn.8 +.if !defined(NOPORTDOCS) post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Documentation/FAQ \ - ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/Documentation/README.* \ - ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/Documentation/THANKS \ - ${PREFIX}/share/doc/${PORTNAME} - @${MKDIR} ${DOCSDIR}/mib - ${INSTALL_DATA} ${WRKSRC}/Documentation/mib/*.mib \ - ${PREFIX}/share/doc/${PORTNAME}/mib - ${INSTALL_DATA} ${WRKSRC}/Documentation/mib/README \ - ${PREFIX}/share/doc/${PORTNAME}/mib + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Documentation/FAQ ${DOCSDIR} .endif .include <bsd.port.mk> |