diff options
author | abs <abs> | 2005-05-29 09:26:50 +0000 |
---|---|---|
committer | abs <abs> | 2005-05-29 09:26:50 +0000 |
commit | 11bb7f7f41b3f552f0eab0265bbcbf88ee0033de (patch) | |
tree | 8a6b2835f32ac6b83c55ec66030eaebee4ca23bd /net/autonet/Makefile | |
parent | 0eec91f2fc36c60d4008b411110524da78c466a3 (diff) | |
download | pkgsrc-11bb7f7f41b3f552f0eab0265bbcbf88ee0033de.tar.gz |
Initial import of autonet-0.13
autonet is intended to handle automatic network configuration on a
machine which connects to a variety of different networks, such as a laptop.
It includes configuring WEP keys and static vs dynamic IP addresses on a
per ssid or interface basis.
Diffstat (limited to 'net/autonet/Makefile')
-rw-r--r-- | net/autonet/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/autonet/Makefile b/net/autonet/Makefile new file mode 100644 index 00000000000..8584a730f20 --- /dev/null +++ b/net/autonet/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/29 09:26:50 abs Exp $ + +DISTNAME= autonet-0.13 +CATEGORIES= net +MASTER_SITES= http://www.mono.org/abs/tools/autonet/ +EXTRACT_SUFX= .tbz + +MAINTAINER= abs@absd.org +COMMENT= Automatically configure network interface & WEP keys + +ONLY_FOR_PLATFORM= NetBSD-*-* + +USE_LANGUAGES= # empty +NO_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |