088a2e4328
(package is only for NetBSD so this is a no-op dependency annotation)
27 lines
525 B
Makefile
27 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/03/13 17:17:11 tnn Exp $
|
|
|
|
DISTNAME= autonet-0.22
|
|
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
|
|
USE_TOOLS+= groff
|
|
NO_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
MAKE_ENV+= INIT_SYSTEM="${INIT_SYSTEM}"
|
|
|
|
PLIST_VARS+= rcd
|
|
|
|
.if ${INIT_SYSTEM} == "rc.d"
|
|
PLIST.rcd= yes
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|