summaryrefslogtreecommitdiff
path: root/net/wistumbler2/Makefile.common
blob: 56d29eacc1af5e8e8d5e4620ac373af1a0f0e2f0 (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
27
28
29
30
31
32
33
34
35
# $NetBSD: Makefile.common,v 1.5 2005/12/09 17:04:51 joerg Exp $
#

DISTNAME=	wistumbler2-2.0pre10
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.nopcode.org/prj/wistumbler2/

MAINTAINER=	pancake@phreaker.net
HOMEPAGE=	http://www.nopcode.org/?t=wistumbler2
COMMENT=	Fork of original WaveLAN/IEEE network stumbler

DISTINFO_FILE=		${.CURDIR}/../../net/wistumbler2/distinfo
PATCHDIR=		${.CURDIR}/../../net/wistumbler2/patches
PLIST_SRC=		${.CURDIR}/../../net/wistumbler2/PLIST

NOT_FOR_PLATFORM=	NetBSD-[01].[012345]*-*
ONLY_FOR_PLATFORM=	NetBSD-*-* FreeBSD-*-* OpenBSD-*-* DragonFly-*-*
CONFLICTS+=		wistumbler-[0-9]*

HAS_CONFIGURE=		YES
USE_PKGINSTALL=		YES

CONFIGURE_ENV+=		PREFIX=${PREFIX:Q}

CONF_FILES=		${PREFIX}/share/examples/wistumbler2/wistumbler2.conf \
			${PKG_SYSCONFDIR}/wistumbler2.conf

SUBST_CLASSES+=		conf
SUBST_STAGE.conf=	pre-configure
SUBST_FILES.conf=	src/userconf.c
SUBST_SED.conf=		-e "s|/etc|${PKG_SYSCONFDIR}|g"
SUBST_MESSAGE.conf=	"Fixing path to configuration files."

.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"