2013-04-08 13:17:08 +02:00
|
|
|
# $NetBSD: Makefile.common,v 1.11 2013/04/08 11:17:19 rodent Exp $
|
Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support. This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.
While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.
Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk
package is at version 2.00pre9.
2004-11-07 22:44:21 +01:00
|
|
|
#
|
|
|
|
|
2005-05-25 16:47:05 +02:00
|
|
|
DISTNAME= wistumbler2-2.0pre10
|
Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support. This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.
While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.
Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk
package is at version 2.00pre9.
2004-11-07 22:44:21 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.nopcode.org/prj/wistumbler2/
|
|
|
|
|
2010-07-06 12:17:11 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support. This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.
While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.
Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk
package is at version 2.00pre9.
2004-11-07 22:44:21 +01:00
|
|
|
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]*-*
|
2005-12-09 17:55:06 +01:00
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* DragonFly-*-*
|
2005-05-25 16:47:05 +02:00
|
|
|
CONFLICTS+= wistumbler-[0-9]*
|
Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support. This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.
While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.
Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk
package is at version 2.00pre9.
2004-11-07 22:44:21 +01:00
|
|
|
|
|
|
|
HAS_CONFIGURE= YES
|
2009-03-03 00:27:46 +01:00
|
|
|
MAKE_JOBS_SAFE= no
|
Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support. This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.
While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.
Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk
package is at version 2.00pre9.
2004-11-07 22:44:21 +01:00
|
|
|
|
2008-10-02 15:35:02 +02:00
|
|
|
CONFIGURE_ENV+= PREFIX=${PREFIX} PKGMANDIR=${PKGMANDIR}
|
2013-04-08 13:17:08 +02:00
|
|
|
MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
|
Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support. This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.
While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.
Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk
package is at version 2.00pre9.
2004-11-07 22:44:21 +01:00
|
|
|
|
|
|
|
CONF_FILES= ${PREFIX}/share/examples/wistumbler2/wistumbler2.conf \
|
|
|
|
${PKG_SYSCONFDIR}/wistumbler2.conf
|
|
|
|
|
|
|
|
SUBST_CLASSES+= conf
|
|
|
|
SUBST_STAGE.conf= pre-configure
|
2005-05-25 16:47:05 +02:00
|
|
|
SUBST_FILES.conf= src/userconf.c
|
Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support. This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.
While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.
Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk
package is at version 2.00pre9.
2004-11-07 22:44:21 +01:00
|
|
|
SUBST_SED.conf= -e "s|/etc|${PKG_SYSCONFDIR}|g"
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.conf= Fixing path to configuration files.
|
Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support. This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.
While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.
Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1. The new wistumbler2-gtk
package is at version 2.00pre9.
2004-11-07 22:44:21 +01:00
|
|
|
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|