diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-21 05:50:55 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-21 05:50:55 +0800 |
commit | cc8cf75f5ae115c81d83bfb47499a7039fa6f51c (patch) | |
tree | a7f2322ffe5afeff0195d7c0955666c7778ba302 /x11-themes | |
parent | 2b57615e91472a6207ebbbef5161922cfc8c3c4b (diff) | |
download | freebsd-ports-gnome-cc8cf75f5ae115c81d83bfb47499a7039fa6f51c.tar.gz freebsd-ports-gnome-cc8cf75f5ae115c81d83bfb47499a7039fa6f51c.tar.zst freebsd-ports-gnome-cc8cf75f5ae115c81d83bfb47499a7039fa6f51c.zip |
- Add clearlooks-metacity
Clearlooks Metacity theme
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/clearlooks-metacity/Makefile | 32 | ||||
-rw-r--r-- | x11-themes/clearlooks-metacity/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/clearlooks-metacity/pkg-descr | 3 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index ec0564ba0f4f..dfd39ac127c0 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -8,6 +8,7 @@ SUBDIR += buffy SUBDIR += clean-theme-gtk SUBDIR += clearlooks + SUBDIR += clearlooks-metacity SUBDIR += colorstep SUBDIR += engradient SUBDIR += enlightenment-theme-BlueSteel diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile new file mode 100644 index 000000000000..fcb63036d79a --- /dev/null +++ b/x11-themes/clearlooks-metacity/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: clearlooks-metacity +# Date created: 2005-03-20 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= clearlooks-metacity +PORTVERSION= 0.5 +CATEGORIES= x11-themes +MASTER_SITES= http://www.gnome-look.org/content/files/ +DISTNAME= 21237-${PORTNAME}-${PORTVERSION} + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Clearlooks Metacity theme + +WRKSRC= ${WRKDIR}/Clearlooks +USE_GNOME= metacity gnomeprefix +USE_X_PREFIX= yes +DATADIR= share/gnome/themes/Clearlooks/metacity-1 +NO_BUILD= yes + + +PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml +PLIST_DIRS= %%DATADIR%% \ + share/gnome/themes/Clearlooks + +do-install: + ${MKDIR} ${PREFIX}/${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/metacity-1/metacity-theme-1.xml ${PREFIX}/${DATADIR} + +.include <bsd.port.mk> diff --git a/x11-themes/clearlooks-metacity/distinfo b/x11-themes/clearlooks-metacity/distinfo new file mode 100644 index 000000000000..8fe0e4dca476 --- /dev/null +++ b/x11-themes/clearlooks-metacity/distinfo @@ -0,0 +1,2 @@ +MD5 (21237-clearlooks-metacity-0.5.tar.gz) = 7cad4d05b820260b61d63d3cb361877b +SIZE (21237-clearlooks-metacity-0.5.tar.gz) = 3983 diff --git a/x11-themes/clearlooks-metacity/pkg-descr b/x11-themes/clearlooks-metacity/pkg-descr new file mode 100644 index 000000000000..d61783dcf89e --- /dev/null +++ b/x11-themes/clearlooks-metacity/pkg-descr @@ -0,0 +1,3 @@ +Clearlooks Metacity theme + +WWW: http://www.gnome-look.org/content/show.php?content=21237 |