pkgsrc/net/wistumbler2/Makefile.common
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

34 lines
1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.7 2006/04/22 09:22:13 rillig 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
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"