summaryrefslogtreecommitdiff
path: root/net/wistumbler2-gtk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-11-07 21:44:21 +0000
committerjmmv <jmmv@pkgsrc.org>2004-11-07 21:44:21 +0000
commit9b2681ab59edbb439a0979d5c6c28df101f9a455 (patch)
tree3bac4c98ffdeeef1ae1fba4dd2d4bebd4484ca73 /net/wistumbler2-gtk
parent6f019c9da6ba1fca0028f4b143df4eaf9c5cabc6 (diff)
downloadpkgsrc-9b2681ab59edbb439a0979d5c6c28df101f9a455.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/DESCR14
-rw-r--r--net/wistumbler2-gtk/Makefile14
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"