diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-10-14 09:02:44 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-10-14 09:02:44 +0000 |
commit | 3680542154b2e55649e8887d7a24e018fa882124 (patch) | |
tree | b9019c0c421bd00faee9057ce7a692a1eb5f0cb1 /x11-themes/gtk-murrina-aqua | |
parent | 23698cc9ae880992ae3353ed33fe377efdd680e5 (diff) | |
download | ports-3680542154b2e55649e8887d7a24e018fa882124.tar.gz ports-3680542154b2e55649e8887d7a24e018fa882124.zip |
Notes
Diffstat (limited to 'x11-themes/gtk-murrina-aqua')
-rw-r--r-- | x11-themes/gtk-murrina-aqua/Makefile | 28 | ||||
-rw-r--r-- | x11-themes/gtk-murrina-aqua/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/gtk-murrina-aqua/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/gtk-murrina-aqua/pkg-plist | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11-themes/gtk-murrina-aqua/Makefile b/x11-themes/gtk-murrina-aqua/Makefile new file mode 100644 index 000000000000..9bff480bab55 --- /dev/null +++ b/x11-themes/gtk-murrina-aqua/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtk-murrina-aqua +# Date created: 2006-08-20 +# Whom: Phillip Neumann <pneumann@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= gtk-murrina-aqua +PORTVERSION= 0.1 +CATEGORIES= x11-themes +MASTER_SITES= http://www.kernow-webhosting.com/~bvc/theme/gtk/murrine/ +DISTNAME= Murrina-Aqua + +MAINTAINER= pneumann@gmail.com +COMMENT= Murrina Aqua GTK+ 2.x cairo based theme + +BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine +RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine + +GTKRC_DIR= ${DISTNAME}/gtk-2.0 +USE_GNOME= gtk20 +NO_BUILD= yes + +do-install: + @${MKDIR} ${LOCALBASE}/share/themes/${GTKRC_DIR} + @${INSTALL_DATA} ${WRKDIR}/${GTKRC_DIR}/gtkrc ${LOCALBASE}/share/themes/${GTKRC_DIR} + +.include <bsd.port.mk> diff --git a/x11-themes/gtk-murrina-aqua/distinfo b/x11-themes/gtk-murrina-aqua/distinfo new file mode 100644 index 000000000000..7bbc7c6e8462 --- /dev/null +++ b/x11-themes/gtk-murrina-aqua/distinfo @@ -0,0 +1,3 @@ +MD5 (Murrina-Aqua.tar.gz) = 9b4e9d2383f1f32b17777ff5c35b93f4 +SHA256 (Murrina-Aqua.tar.gz) = 4353a0bf316dcc05511dc424f5a03e6be92cf0ad4a3f9e299fc737f9f3d1a6dc +SIZE (Murrina-Aqua.tar.gz) = 1537 diff --git a/x11-themes/gtk-murrina-aqua/pkg-descr b/x11-themes/gtk-murrina-aqua/pkg-descr new file mode 100644 index 000000000000..68f298d83ed8 --- /dev/null +++ b/x11-themes/gtk-murrina-aqua/pkg-descr @@ -0,0 +1,5 @@ +This is a GTK+ 2.x theme. "Murrine" is an Italian word meaning the art glass +works done by Venicians glass blowers. They're absolutely wonderful and +colorful. + +WWW: http://www.gnome-look.org/content/show.php?content=42755 diff --git a/x11-themes/gtk-murrina-aqua/pkg-plist b/x11-themes/gtk-murrina-aqua/pkg-plist new file mode 100644 index 000000000000..a7dba73ea038 --- /dev/null +++ b/x11-themes/gtk-murrina-aqua/pkg-plist @@ -0,0 +1,3 @@ +share/themes/Murrina-Aqua/gtk-2.0/gtkrc +@dirrm share/themes/Murrina-Aqua/gtk-2.0 +@dirrm share/themes/Murrina-Aqua |