diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-07 21:44:21 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-07 21:44:21 +0000 |
commit | e9599f7e93aa79e07bb289d70dbe5e1798950b90 (patch) | |
tree | 3bac4c98ffdeeef1ae1fba4dd2d4bebd4484ca73 /net/wistumbler2-gtk | |
parent | f9fb6c6c24a1d443a6e6a735eb5015a1b9fe10ff (diff) | |
download | pkgsrc-e9599f7e93aa79e07bb289d70dbe5e1798950b90.tar.gz |
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.
Diffstat (limited to 'net/wistumbler2-gtk')
-rw-r--r-- | net/wistumbler2-gtk/DESCR | 14 | ||||
-rw-r--r-- | net/wistumbler2-gtk/Makefile | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net/wistumbler2-gtk/DESCR b/net/wistumbler2-gtk/DESCR new file mode 100644 index 00000000000..1ec6a69ce46 --- /dev/null +++ b/net/wistumbler2-gtk/DESCR @@ -0,0 +1,14 @@ +This is a network stumbler for WaveLAN/IEEE wireless. WiStumbler2 is a fork +of the original wistumbler, because it seems that its development does not +progress. + +The differences of this version compared to the original one are: +- GTK2 and theme support. +- Correct usage of some GTK widgets. +- Support for console mode (no X needed). +- Allow log-saving on the fly (new button). +- Some GPS pointer fixes (solves segfaults). +- Speaker beeps like windows-stumbler. (ear-wardriving) +- FreeBSD port finished. + +This package is built with GTK2 and console support only. diff --git a/net/wistumbler2-gtk/Makefile b/net/wistumbler2-gtk/Makefile new file mode 100644 index 00000000000..c75a4d732f2 --- /dev/null +++ b/net/wistumbler2-gtk/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2004/11/07 21:44:22 jmmv Exp $ +# + +.include "../../net/wistumbler2/Makefile.common" + +PKGNAME:= ${PKGNAME:S/wistumbler-/wistumbler-gtk-/} + +CONFLICTS+= wistumbler-[0-9]* + +USE_X11= yes + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |