diff options
author | danfe <danfe@FreeBSD.org> | 2006-09-08 19:27:45 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-09-08 19:27:45 +0800 |
commit | 538ae4f92891b258b1bddb4b649efa69483b3ffd (patch) | |
tree | b64047944c183038434f3a042c75413224cbed4d | |
parent | 9ef67f4f5d0e716c67fd46c90ba22620fc110b44 (diff) | |
download | freebsd-ports-gnome-538ae4f92891b258b1bddb4b649efa69483b3ffd.tar.gz freebsd-ports-gnome-538ae4f92891b258b1bddb4b649efa69483b3ffd.tar.zst freebsd-ports-gnome-538ae4f92891b258b1bddb4b649efa69483b3ffd.zip |
Very neat and clean theme for Metacity, counterpart of previously added
GTK2/GNOME theme. This is a slave port.
WWW: http://www.users.monornet.hu/linux/
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-digital-cream-theme/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index c7fd23ce7a87..b5ac2b2f3940 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -156,6 +156,7 @@ SUBDIR += metacity-ana-theme SUBDIR += metacity-aquaextremesunken-theme SUBDIR += metacity-bluecurve-theme + SUBDIR += metacity-digital-cream-theme SUBDIR += metacity-longhorninspirat-theme SUBDIR += metacity-milk-theme SUBDIR += metacity-theme-microgui diff --git a/x11-themes/metacity-digital-cream-theme/Makefile b/x11-themes/metacity-digital-cream-theme/Makefile new file mode 100644 index 000000000000..5f77c3950098 --- /dev/null +++ b/x11-themes/metacity-digital-cream-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: Digital Cream (metacity theme) +# Date created: 08 Sep 2006 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-digital-cream-theme + +.include "${MASTERDIR}/Makefile" |