diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 23:27:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 23:27:13 +0800 |
commit | fb628038d85fdfcc715c7426eef31a6d010b8ceb (patch) | |
tree | 5c3755e55bc4ca2b4b3a19feefde714483c20314 /x11-themes | |
parent | 404b468d78386c1db4b924d2b9a0c462998973ce (diff) | |
download | marcuscom-ports-fb628038d85fdfcc715c7426eef31a6d010b8ceb.tar marcuscom-ports-fb628038d85fdfcc715c7426eef31a6d010b8ceb.tar.gz marcuscom-ports-fb628038d85fdfcc715c7426eef31a6d010b8ceb.tar.bz2 marcuscom-ports-fb628038d85fdfcc715c7426eef31a6d010b8ceb.tar.lz marcuscom-ports-fb628038d85fdfcc715c7426eef31a6d010b8ceb.tar.xz marcuscom-ports-fb628038d85fdfcc715c7426eef31a6d010b8ceb.tar.zst marcuscom-ports-fb628038d85fdfcc715c7426eef31a6d010b8ceb.zip |
Add from freebsd repo and add conflict with gnome-themes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4418 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/clearlooks-metacity/Makefile | 35 | ||||
-rw-r--r-- | x11-themes/clearlooks-metacity/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/clearlooks-metacity/pkg-descr | 3 |
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-themes/clearlooks-metacity/Makefile b/x11-themes/clearlooks-metacity/Makefile new file mode 100644 index 000000000..e6590eeac --- /dev/null +++ b/x11-themes/clearlooks-metacity/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: clearlooks-metacity +# Date created: 2005-03-20 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= clearlooks-metacity +PORTVERSION= 0.6 +PORTREVISION= 1 +CATEGORIES= x11-themes +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= clearlooks + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Clearlooks Metacity theme + +CONFLICTS= gnome-themes-2.11.9[1-9]* gnome-themes-2.12.* + +WRKSRC= ${WRKDIR}/Clearlooks/metacity-1/ +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-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 000000000..fda726b6b --- /dev/null +++ b/x11-themes/clearlooks-metacity/distinfo @@ -0,0 +1,2 @@ +MD5 (clearlooks-metacity-0.6.tar.gz) = 22f9831f1c167c9e4d8ce73593476900 +SIZE (clearlooks-metacity-0.6.tar.gz) = 4204 diff --git a/x11-themes/clearlooks-metacity/pkg-descr b/x11-themes/clearlooks-metacity/pkg-descr new file mode 100644 index 000000000..8c51cc6ab --- /dev/null +++ b/x11-themes/clearlooks-metacity/pkg-descr @@ -0,0 +1,3 @@ +Clearlooks Metacity theme + +WWW: http://clearlooks.sourceforge.net/ |