pkgsrc/net/wistumbler2/Makefile.common
wiz fb36973a46 Update to 2.0pre10:
pre10: (2005-05-24)
   - disable ifup every time. heavy for kernel
   - add -s to disable the sniffer
   - better checks in GUI
   - fix gui message
   - port to ACR
   - change distname to wistumbler2-2.00preXX
   - drop some deprecated GTK tips
   - fix return value in error_polling
   - fixups in X/noX modes
   - fixups in stumbler code
   - Add SYSCONFDIR in configure
   - indent code (gg=G)
   - Add Kismet code for gpsdrive sync
     (Christoph Lohmann)

Package change:
Change PKGNAME to wistumbler2{,-gtk} to sync with directory and
program name.
2005-05-25 14:47:05 +00:00

35 lines
1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.3 2005/05/25 14:47:05 wiz 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-*-*
CONFLICTS+= wistumbler-[0-9]*
HAS_CONFIGURE= YES
USE_PKGINSTALL= YES
CONFIGURE_ENV+= PREFIX=${PREFIX}
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"