summaryrefslogtreecommitdiff
path: root/net/wistumbler2/Makefile
blob: bc87b587cf3bc379ea5c7c13c226177898b7e2da (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
# $NetBSD: Makefile,v 1.2 2003/12/13 00:45:25 wiz Exp $

DISTNAME=	wistumbler2.00-pre3
PKGNAME=	${DISTNAME:S/wistumbler/wistumbler-/}
PKGREVISION=	1
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

USE_BUILDLINK2=	YES
USE_X11=	YES
GNU_CONFIGURE=	YES
MANCOMPRESSED=	YES

NOT_FOR_PLATFORM=	NetBSD-[01].[012345]*-* 
ONLY_FOR_PLATFORM=	NetBSD-*-* FreeBSD-*-*

WISTUMBLER2_USES_GTK?=	yes

BUILD_DEFS+=		WISTUMBLER2_USES_GTK

.include "../../mk/bsd.prefs.mk"

.if !empty(WISTUMBLER2_USES_GTK:M[Yy][Ee][Ss])
.include "../../x11/gtk2/buildlink2.mk"
.else	
CONFIGURE_ENV+=		USE_GTK=0
.endif

.include "../../mk/bsd.pkg.mk"