diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-09 08:28:06 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-09 08:28:06 +0000 |
commit | f0df52529a29bcf0f05f2b39ce12c54125fb58fb (patch) | |
tree | 62250a9c7291bd4385411955660e7627339d057d /x11-wm | |
parent | 968fd33b2e230805605a3a6eb2928ec6d614fc29 (diff) | |
download | ports-f0df52529a29bcf0f05f2b39ce12c54125fb58fb.tar.gz ports-f0df52529a29bcf0f05f2b39ce12c54125fb58fb.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/obtuner/Makefile | 26 | ||||
-rw-r--r-- | x11-wm/obtuner/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/obtuner/files/patch-fthemes.h | 10 | ||||
-rw-r--r-- | x11-wm/obtuner/pkg-descr | 3 |
5 files changed, 43 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index b003ac3096a0..e6b3b92fb8a7 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -70,6 +70,7 @@ SUBDIR += mlvwm SUBDIR += novawm SUBDIR += obconf + SUBDIR += obtuner SUBDIR += olvwm SUBDIR += openbox SUBDIR += orion diff --git a/x11-wm/obtuner/Makefile b/x11-wm/obtuner/Makefile new file mode 100644 index 000000000000..0e4a028b160f --- /dev/null +++ b/x11-wm/obtuner/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: obtuner +# Date created: 2006-05-09 +# Whom: Roman Bogorodskiy <novel@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= obtuner +PORTVERSION= 0.3 +CATEGORIES= x11-wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= novel@FreeBSD.org +COMMENT= Configurator for Openbox with keybinding and mousebinding editor + +BUILD_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_XLIB= yes +USE_GNOME= libxml2 glib20 gtk20 + +PLIST_FILES= bin/obtuner + +.include <bsd.port.mk> diff --git a/x11-wm/obtuner/distinfo b/x11-wm/obtuner/distinfo new file mode 100644 index 000000000000..500fd74f7161 --- /dev/null +++ b/x11-wm/obtuner/distinfo @@ -0,0 +1,3 @@ +MD5 (obtuner-0.3.tar.bz2) = 5d968a414c4f790a0ef6e3375b27df57 +SHA256 (obtuner-0.3.tar.bz2) = 247b63ddef3cbe3b7478709fedba7b3538d9f9544dcd336bd6b25df0f93431b1 +SIZE (obtuner-0.3.tar.bz2) = 75193 diff --git a/x11-wm/obtuner/files/patch-fthemes.h b/x11-wm/obtuner/files/patch-fthemes.h new file mode 100644 index 000000000000..4bb584574640 --- /dev/null +++ b/x11-wm/obtuner/files/patch-fthemes.h @@ -0,0 +1,10 @@ +--- fthemes.h.orig Tue May 9 09:31:44 2006 ++++ fthemes.h Tue May 9 09:31:58 2006 +@@ -6,6 +6,7 @@ + #include "value.h" + #include "rc.h" + #include <gtk/gtk.h> ++#include <sys/select.h> + + namespace Themes { + GtkWidget *face(Rc &rc); diff --git a/x11-wm/obtuner/pkg-descr b/x11-wm/obtuner/pkg-descr new file mode 100644 index 000000000000..8d10d67eea84 --- /dev/null +++ b/x11-wm/obtuner/pkg-descr @@ -0,0 +1,3 @@ +Configurator for Openbox with keybinding and mousebinding editor. + +WWW: http://sourceforge.net/projects/obtuner/ |