diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-08-04 05:51:19 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-08-04 05:51:19 +0000 |
commit | 203db9cce6ed2d3073adcaac130828d10616d816 (patch) | |
tree | 12b4ca3a535786b02987e9b475092ed81abc39b6 /net-mgmt/ap-utils | |
parent | dbfa350e08c3239f9e52efb92d5877b3d185a237 (diff) | |
download | ports-203db9cce6ed2d3073adcaac130828d10616d816.tar.gz ports-203db9cce6ed2d3073adcaac130828d10616d816.zip |
Notes
Diffstat (limited to 'net-mgmt/ap-utils')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 34 | ||||
-rw-r--r-- | net-mgmt/ap-utils/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/ap-utils/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/ap-utils/pkg-descr | 4 | ||||
-rw-r--r-- | net-mgmt/ap-utils/pkg-plist | 18 |
5 files changed, 58 insertions, 0 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile new file mode 100644 index 000000000000..67ed943df689 --- /dev/null +++ b/net-mgmt/ap-utils/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: ap-utils +# Date created: 2002/07/10 +# Whom: Jerry A! <jerry@thehutt.org> +# +# $FreeBSD$ +# + +PORTNAME= ap-utils +PORTVERSION= 1.0.3 +CATEGORIES= net +MASTER_SITES= http://ap-utils.polesye.net/files/ + +MAINTAINER= jerry@thehutt.org + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +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 +.endif + +.include <bsd.port.mk> diff --git a/net-mgmt/ap-utils/distinfo b/net-mgmt/ap-utils/distinfo new file mode 100644 index 000000000000..581fd2dc4c4a --- /dev/null +++ b/net-mgmt/ap-utils/distinfo @@ -0,0 +1 @@ +MD5 (ap-utils-1.0.3.tar.bz2) = 4ff885d3aaa3693d253343641257a2f8 diff --git a/net-mgmt/ap-utils/pkg-comment b/net-mgmt/ap-utils/pkg-comment new file mode 100644 index 000000000000..a3ab78ca6491 --- /dev/null +++ b/net-mgmt/ap-utils/pkg-comment @@ -0,0 +1 @@ +Amtel wireless access point utilities diff --git a/net-mgmt/ap-utils/pkg-descr b/net-mgmt/ap-utils/pkg-descr new file mode 100644 index 000000000000..ec98cf65f496 --- /dev/null +++ b/net-mgmt/ap-utils/pkg-descr @@ -0,0 +1,4 @@ +Wireless Access Point Utilites for Unix are a set of utilites to +configure and monitor Wireless Access Points under Unix. + +WWW: http://ap-utils.polesye.net/ diff --git a/net-mgmt/ap-utils/pkg-plist b/net-mgmt/ap-utils/pkg-plist new file mode 100644 index 000000000000..7954fcbfac09 --- /dev/null +++ b/net-mgmt/ap-utils/pkg-plist @@ -0,0 +1,18 @@ +bin/ap-atmel +bin/ap-mrtg +bin/ap-nwn +sbin/ap-trapd +share/locale/uk/LC_MESSAGES/ap-utils.mo +%%PORTDOCS%%share/doc/ap-utils/FAQ +%%PORTDOCS%%share/doc/ap-utils/README.atmel +%%PORTDOCS%%share/doc/ap-utils/README.mrtg +%%PORTDOCS%%share/doc/ap-utils/README.nwn +%%PORTDOCS%%share/doc/ap-utils/README.trapd +%%PORTDOCS%%share/doc/ap-utils/THANKS +%%PORTDOCS%%share/doc/ap-utils/mib/AT76C510.mib +%%PORTDOCS%%share/doc/ap-utils/mib/Dot11Ext.mib +%%PORTDOCS%%share/doc/ap-utils/mib/Dot11Mib.mib +%%PORTDOCS%%share/doc/ap-utils/mib/WlReg.mib +%%PORTDOCS%%share/doc/ap-utils/mib/README +%%PORTDOCS%%@dirrm share/doc/ap-utils/mib +%%PORTDOCS%%@dirrm share/doc/ap-utils |