summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/gnome-look/Makefile25
-rw-r--r--x11-themes/gnome-look/distinfo1
-rw-r--r--x11-themes/gnome-look/files/patch-aa11
-rw-r--r--x11-themes/gnome-look/pkg-comment1
-rw-r--r--x11-themes/gnome-look/pkg-descr5
-rw-r--r--x11-themes/gnome-look/pkg-plist10
-rw-r--r--x11-toolkits/gnome-look/Makefile25
-rw-r--r--x11-toolkits/gnome-look/distinfo1
-rw-r--r--x11-toolkits/gnome-look/files/patch-aa11
-rw-r--r--x11-toolkits/gnome-look/pkg-comment1
-rw-r--r--x11-toolkits/gnome-look/pkg-descr5
-rw-r--r--x11-toolkits/gnome-look/pkg-plist10
12 files changed, 106 insertions, 0 deletions
diff --git a/x11-themes/gnome-look/Makefile b/x11-themes/gnome-look/Makefile
new file mode 100644
index 000000000000..7783fb84d02a
--- /dev/null
+++ b/x11-themes/gnome-look/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gnome-look
+# Date Created: 10 June 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-look
+PORTVERSION= 0.1.3
+CATEGORIES= x11-toolkits
+MASTER_SITES= http://download.sourceforge.net/gnome-look/
+
+MAINTAINER= sobomax@FreeBSD.org
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+
+.include <bsd.port.mk>
diff --git a/x11-themes/gnome-look/distinfo b/x11-themes/gnome-look/distinfo
new file mode 100644
index 000000000000..c7349cb0b0c9
--- /dev/null
+++ b/x11-themes/gnome-look/distinfo
@@ -0,0 +1 @@
+MD5 (gnome-look-0.1.3.tar.gz) = ba082e55e0d1b131e4f352f2f0c85952
diff --git a/x11-themes/gnome-look/files/patch-aa b/x11-themes/gnome-look/files/patch-aa
new file mode 100644
index 000000000000..05e56c2e384e
--- /dev/null
+++ b/x11-themes/gnome-look/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Tue Jun 13 16:10:20 2000
++++ Makefile.in Tue Jun 13 16:10:34 2000
+@@ -84,7 +84,7 @@
+ engine_LTLIBRARIES = libgnomelook.la
+ libgnomelook_la_SOURCES = gnomelook_theme_draw.c gnomelook_theme_main.c gnomelook_theme.h
+
+-libgnomelook_la_LDFLAGS = -export-dynamic
++libgnomelook_la_LDFLAGS = -export-dynamic -avoid-version
+
+ themedir = $(datadir)/themes/Gnome-Look/gtk
+ theme_DATA = gtkrc
diff --git a/x11-themes/gnome-look/pkg-comment b/x11-themes/gnome-look/pkg-comment
new file mode 100644
index 000000000000..5fa44dc1367d
--- /dev/null
+++ b/x11-themes/gnome-look/pkg-comment
@@ -0,0 +1 @@
+A GTK theme engine designed to look nice with the GNOME desktop environment
diff --git a/x11-themes/gnome-look/pkg-descr b/x11-themes/gnome-look/pkg-descr
new file mode 100644
index 000000000000..07ace6314088
--- /dev/null
+++ b/x11-themes/gnome-look/pkg-descr
@@ -0,0 +1,5 @@
+A small and fast engine-based theme for Gtk-1.1.5 or later, designed to look
+nice with the GNOME desktop environment. It features a few different "looks",
+and should look good with most non-GNOME Gtk apps as well.
+
+WWW: http://research.soc.staffs.ac.uk/~duncan/projects/gnome-look.html
diff --git a/x11-themes/gnome-look/pkg-plist b/x11-themes/gnome-look/pkg-plist
new file mode 100644
index 000000000000..7b44e036090a
--- /dev/null
+++ b/x11-themes/gnome-look/pkg-plist
@@ -0,0 +1,10 @@
+lib/gtk/themes/engines/libgnomelook.so
+share/themes/Gnome-Look-Grey/gtk/gtkrc
+share/themes/Gnome-Look-Icy/gtk/gtkrc
+share/themes/Gnome-Look/gtk/gtkrc
+@dirrm share/themes/Gnome-Look-Icy/gtk
+@dirrm share/themes/Gnome-Look-Icy
+@dirrm share/themes/Gnome-Look-Grey/gtk
+@dirrm share/themes/Gnome-Look-Grey
+@dirrm share/themes/Gnome-Look/gtk
+@dirrm share/themes/Gnome-Look
diff --git a/x11-toolkits/gnome-look/Makefile b/x11-toolkits/gnome-look/Makefile
new file mode 100644
index 000000000000..7783fb84d02a
--- /dev/null
+++ b/x11-toolkits/gnome-look/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gnome-look
+# Date Created: 10 June 2000
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-look
+PORTVERSION= 0.1.3
+CATEGORIES= x11-toolkits
+MASTER_SITES= http://download.sourceforge.net/gnome-look/
+
+MAINTAINER= sobomax@FreeBSD.org
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gnome-look/distinfo b/x11-toolkits/gnome-look/distinfo
new file mode 100644
index 000000000000..c7349cb0b0c9
--- /dev/null
+++ b/x11-toolkits/gnome-look/distinfo
@@ -0,0 +1 @@
+MD5 (gnome-look-0.1.3.tar.gz) = ba082e55e0d1b131e4f352f2f0c85952
diff --git a/x11-toolkits/gnome-look/files/patch-aa b/x11-toolkits/gnome-look/files/patch-aa
new file mode 100644
index 000000000000..05e56c2e384e
--- /dev/null
+++ b/x11-toolkits/gnome-look/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Tue Jun 13 16:10:20 2000
++++ Makefile.in Tue Jun 13 16:10:34 2000
+@@ -84,7 +84,7 @@
+ engine_LTLIBRARIES = libgnomelook.la
+ libgnomelook_la_SOURCES = gnomelook_theme_draw.c gnomelook_theme_main.c gnomelook_theme.h
+
+-libgnomelook_la_LDFLAGS = -export-dynamic
++libgnomelook_la_LDFLAGS = -export-dynamic -avoid-version
+
+ themedir = $(datadir)/themes/Gnome-Look/gtk
+ theme_DATA = gtkrc
diff --git a/x11-toolkits/gnome-look/pkg-comment b/x11-toolkits/gnome-look/pkg-comment
new file mode 100644
index 000000000000..5fa44dc1367d
--- /dev/null
+++ b/x11-toolkits/gnome-look/pkg-comment
@@ -0,0 +1 @@
+A GTK theme engine designed to look nice with the GNOME desktop environment
diff --git a/x11-toolkits/gnome-look/pkg-descr b/x11-toolkits/gnome-look/pkg-descr
new file mode 100644
index 000000000000..07ace6314088
--- /dev/null
+++ b/x11-toolkits/gnome-look/pkg-descr
@@ -0,0 +1,5 @@
+A small and fast engine-based theme for Gtk-1.1.5 or later, designed to look
+nice with the GNOME desktop environment. It features a few different "looks",
+and should look good with most non-GNOME Gtk apps as well.
+
+WWW: http://research.soc.staffs.ac.uk/~duncan/projects/gnome-look.html
diff --git a/x11-toolkits/gnome-look/pkg-plist b/x11-toolkits/gnome-look/pkg-plist
new file mode 100644
index 000000000000..7b44e036090a
--- /dev/null
+++ b/x11-toolkits/gnome-look/pkg-plist
@@ -0,0 +1,10 @@
+lib/gtk/themes/engines/libgnomelook.so
+share/themes/Gnome-Look-Grey/gtk/gtkrc
+share/themes/Gnome-Look-Icy/gtk/gtkrc
+share/themes/Gnome-Look/gtk/gtkrc
+@dirrm share/themes/Gnome-Look-Icy/gtk
+@dirrm share/themes/Gnome-Look-Icy
+@dirrm share/themes/Gnome-Look-Grey/gtk
+@dirrm share/themes/Gnome-Look-Grey
+@dirrm share/themes/Gnome-Look/gtk
+@dirrm share/themes/Gnome-Look