summaryrefslogtreecommitdiff
path: root/net/autonet/Makefile
blob: 67a039c85c3f3c12163a00fca8e34b0725ead675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.9 2014/05/06 14:54:51 jperkin 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
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"