diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-06 14:47:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-06 14:47:25 +0000 |
commit | 2f585b4ec3637687a293f1ea4476e3c3e3e7d1c6 (patch) | |
tree | b6fc3c0adf150f990f12f811b32981eee372ebb7 /x11-themes/gtk-Mac2-theme | |
parent | cf2c8ec84737a1bc1efb5f13e23c06767bc9f181 (diff) | |
download | ports-2f585b4ec3637687a293f1ea4476e3c3e3e7d1c6.tar.gz ports-2f585b4ec3637687a293f1ea4476e3c3e3e7d1c6.zip |
Notes
Diffstat (limited to 'x11-themes/gtk-Mac2-theme')
-rw-r--r-- | x11-themes/gtk-Mac2-theme/Makefile | 28 | ||||
-rw-r--r-- | x11-themes/gtk-Mac2-theme/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/gtk-Mac2-theme/files/patch-aa | 11 | ||||
-rw-r--r-- | x11-themes/gtk-Mac2-theme/pkg-comment | 1 | ||||
-rw-r--r-- | x11-themes/gtk-Mac2-theme/pkg-descr | 4 | ||||
-rw-r--r-- | x11-themes/gtk-Mac2-theme/pkg-plist | 6 |
6 files changed, 51 insertions, 0 deletions
diff --git a/x11-themes/gtk-Mac2-theme/Makefile b/x11-themes/gtk-Mac2-theme/Makefile new file mode 100644 index 000000000000..a3ec34bb1e24 --- /dev/null +++ b/x11-themes/gtk-Mac2-theme/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtk-Mac2-theme +# Date Created: 1 June 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtk-Mac2-theme +PORTVERSION= 200003050858 +CATEGORIES= x11-toolkits +MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/ +DISTNAME= Mac2-1.2.x-${PORTVERSION} + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +WRKSRC= ${WRKDIR}/${PORTNAME} + +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/gtk-Mac2-theme/distinfo b/x11-themes/gtk-Mac2-theme/distinfo new file mode 100644 index 000000000000..607757a3bf51 --- /dev/null +++ b/x11-themes/gtk-Mac2-theme/distinfo @@ -0,0 +1 @@ +MD5 (Mac2-1.2.x-200003050858.tar.gz) = 168499ad46923b8382dc8f2118ea1878 diff --git a/x11-themes/gtk-Mac2-theme/files/patch-aa b/x11-themes/gtk-Mac2-theme/files/patch-aa new file mode 100644 index 000000000000..11d6dcb136cd --- /dev/null +++ b/x11-themes/gtk-Mac2-theme/files/patch-aa @@ -0,0 +1,11 @@ +--- Theme/Makefile.in.orig Tue Jun 13 13:13:54 2000 ++++ Theme/Makefile.in Tue Jun 13 13:14:13 2000 +@@ -79,7 +79,7 @@ + EXTRA_DIST = makemakefile.sh + dummy = + SUBDIRS = gtk +-themedir = $(datadir)/themes/Clean ++themedir = $(datadir)/themes/Mac2 + theme_DATA = ICON.png README.html + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = diff --git a/x11-themes/gtk-Mac2-theme/pkg-comment b/x11-themes/gtk-Mac2-theme/pkg-comment new file mode 100644 index 000000000000..02922291d665 --- /dev/null +++ b/x11-themes/gtk-Mac2-theme/pkg-comment @@ -0,0 +1 @@ +GTK+ engine theme based on the look of MacOS diff --git a/x11-themes/gtk-Mac2-theme/pkg-descr b/x11-themes/gtk-Mac2-theme/pkg-descr new file mode 100644 index 000000000000..da1f0911c1e4 --- /dev/null +++ b/x11-themes/gtk-Mac2-theme/pkg-descr @@ -0,0 +1,4 @@ +GTK+ engine theme based on the look of MacOS with code based on the Clean GTK +theme engine. + +WWW: http://gtk.themes.org/themes.phtml?themeid=952275519 diff --git a/x11-themes/gtk-Mac2-theme/pkg-plist b/x11-themes/gtk-Mac2-theme/pkg-plist new file mode 100644 index 000000000000..5b9debfae853 --- /dev/null +++ b/x11-themes/gtk-Mac2-theme/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk/themes/engines/libmac2.so +share/themes/Mac2/ICON.png +share/themes/Mac2/README.html +share/themes/Mac2/gtk/gtkrc +@dirrm share/themes/Mac2/gtk +@dirrm share/themes/Mac2 |