diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-20 19:38:28 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-20 19:38:28 +0800 |
commit | cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0 (patch) | |
tree | 81a3c932459f7b0db7cdf18abbc523cf44c04738 /x11-themes/ubuntulooks | |
parent | c4a0907cb0c85cb401b84369e479b81dbeb7dd18 (diff) | |
download | marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.gz marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.bz2 marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.lz marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.xz marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.zst marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.zip |
- Convert the rest of gnome/gtk/metacity/sawfish themes to install
in LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6666 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/ubuntulooks')
-rw-r--r-- | x11-themes/ubuntulooks/Makefile | 32 | ||||
-rw-r--r-- | x11-themes/ubuntulooks/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/ubuntulooks/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/ubuntulooks/pkg-plist | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/x11-themes/ubuntulooks/Makefile b/x11-themes/ubuntulooks/Makefile new file mode 100644 index 000000000..d2a9256a1 --- /dev/null +++ b/x11-themes/ubuntulooks/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ubuntulooks +# Date created: 2006-04-09 +# Whom: Phillip Neumann <pneumann@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= ubuntulooks +PORTVERSION= 0.9.11 +PORTREVISION= 1 +CATEGORIES= x11-themes +MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig + +MAINTAINER= pneumann@gmail.com +COMMENT= GTK+ 2.x engine from Ubuntu Dapper + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gtk20 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile +.endif + +.include <bsd.port.post.mk> diff --git a/x11-themes/ubuntulooks/distinfo b/x11-themes/ubuntulooks/distinfo new file mode 100644 index 000000000..c819f6437 --- /dev/null +++ b/x11-themes/ubuntulooks/distinfo @@ -0,0 +1,3 @@ +MD5 (ubuntulooks_0.9.11.orig.tar.gz) = 60d07980b2fe059cbecc38e704079793 +SHA256 (ubuntulooks_0.9.11.orig.tar.gz) = 36b1b9be526a9bfb5a913a5f22f8b50116973951e2d6dc3baad5fe54c96507fc +SIZE (ubuntulooks_0.9.11.orig.tar.gz) = 345591 diff --git a/x11-themes/ubuntulooks/pkg-descr b/x11-themes/ubuntulooks/pkg-descr new file mode 100644 index 000000000..777a82e6e --- /dev/null +++ b/x11-themes/ubuntulooks/pkg-descr @@ -0,0 +1,3 @@ +This is a GTK+ 2.x engine from Ubuntu Dapper. It features a modern look. + +WWW: http://packages.ubuntu.com/dapper/source/ubuntulooks diff --git a/x11-themes/ubuntulooks/pkg-plist b/x11-themes/ubuntulooks/pkg-plist new file mode 100644 index 000000000..c41da6283 --- /dev/null +++ b/x11-themes/ubuntulooks/pkg-plist @@ -0,0 +1,5 @@ +lib/gtk-2.0/%%GTK2_VERSION%%/engines/libubuntulooks.so +lib/gtk-2.0/%%GTK2_VERSION%%/engines/libubuntulooks.la +share/themes/Human/gtk-2.0/gtkrc +@dirrm share/themes/Human/gtk-2.0 +@dirrm share/themes/Human |