3acafb4b14
Changes: - handle ifconfig interface output without status: lines (thankyou vmware) - if talking to speaker fails, keep going
16 lines
361 B
Makefile
16 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/05/05 17:46:26 abs Exp $
|
|
|
|
DISTNAME= autonet-0.19
|
|
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"
|