diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 03:32:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 03:32:37 +0800 |
commit | 2f67ab23b83a445e07d536029f81f6daa8cccc60 (patch) | |
tree | 3461b62536297b76e792c59faf8f3427fb734da5 /x11-themes | |
parent | 3da79bda230643c84995ce92a1b1a87643d1a387 (diff) | |
download | marcuscom-ports-2f67ab23b83a445e07d536029f81f6daa8cccc60.tar marcuscom-ports-2f67ab23b83a445e07d536029f81f6daa8cccc60.tar.gz marcuscom-ports-2f67ab23b83a445e07d536029f81f6daa8cccc60.tar.bz2 marcuscom-ports-2f67ab23b83a445e07d536029f81f6daa8cccc60.tar.lz marcuscom-ports-2f67ab23b83a445e07d536029f81f6daa8cccc60.tar.xz marcuscom-ports-2f67ab23b83a445e07d536029f81f6daa8cccc60.tar.zst marcuscom-ports-2f67ab23b83a445e07d536029f81f6daa8cccc60.zip |
Add gtk-murrine-engine:
This is a GTK+ 2.x engine. "Murrine" is an Italian word meaning the art glass
works done by Venicians glass blowers. They're absolutely wonderful and
colorful. This is the engine that let the murrina's themes work.
Submitted by: Phillip Neumann <pneumann@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7750 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-murrine-engine/Makefile | 28 | ||||
-rw-r--r-- | x11-themes/gtk-murrine-engine/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/gtk-murrine-engine/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/gtk-murrine-engine/pkg-plist | 2 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-themes/gtk-murrine-engine/Makefile b/x11-themes/gtk-murrine-engine/Makefile new file mode 100644 index 000000000..5469258a3 --- /dev/null +++ b/x11-themes/gtk-murrine-engine/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtk-murrine-engine +# Date created: 2006-08-20 +# Whom: Phillip Neumann <pneumann@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= gtk-murrine-engine +PORTVERSION= 0.13 +CATEGORIES= x11-themes +MASTER_SITES= http://cimi.netsons.org/media/download_gallery/murrie/ +DISTNAME= murrine-${PORTVERSION} + +MAINTAINER= pneumann@gmail.com +COMMENT= Murrine GTK+ 2.x cairo based engine + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-animation +USE_GMAKE= yes +USE_BZIP2= yes +USE_GNOME= gtk20 +FETCH_CMD= /usr/bin/fetch +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/x11-themes/gtk-murrine-engine/distinfo b/x11-themes/gtk-murrine-engine/distinfo new file mode 100644 index 000000000..5f2e8ecd4 --- /dev/null +++ b/x11-themes/gtk-murrine-engine/distinfo @@ -0,0 +1,3 @@ +MD5 (murrine-0.13.tar.bz2) = 3dfc75b050b79401671175f960bb7d44 +SHA256 (murrine-0.13.tar.bz2) = 9e22b7a4308eb3e8c22d4f392327c848e8d607c0fecdfdc182acd2c91d91c528 +SIZE (murrine-0.13.tar.bz2) = 331955 diff --git a/x11-themes/gtk-murrine-engine/pkg-descr b/x11-themes/gtk-murrine-engine/pkg-descr new file mode 100644 index 000000000..f361d7b45 --- /dev/null +++ b/x11-themes/gtk-murrine-engine/pkg-descr @@ -0,0 +1,5 @@ +This is a GTK+ 2.x engine. "Murrine" is an Italian word meaning the art glass +works done by Venicians glass blowers. They're absolutely wonderful and +colorful. This is the engine that let the murrina's themes work. + +WWW: http://cimi.netsons.org/pages/murrine.php diff --git a/x11-themes/gtk-murrine-engine/pkg-plist b/x11-themes/gtk-murrine-engine/pkg-plist new file mode 100644 index 000000000..92aae2709 --- /dev/null +++ b/x11-themes/gtk-murrine-engine/pkg-plist @@ -0,0 +1,2 @@ +lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmurrine.la +lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmurrine.so |