diff options
author | abs <abs@pkgsrc.org> | 2005-05-29 09:26:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-05-29 09:26:50 +0000 |
commit | 8883f5cd9fc0ea8c18c82db19f16e31d069c7e54 (patch) | |
tree | 8a6b2835f32ac6b83c55ec66030eaebee4ca23bd /net/autonet/Makefile | |
parent | b40a7d08ef7eda3d189499d28c0748a1bb2a8d62 (diff) | |
download | pkgsrc-8883f5cd9fc0ea8c18c82db19f16e31d069c7e54.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" |