diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-09-08 11:27:45 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-09-08 11:27:45 +0000 |
commit | 059465214068e92448b803156ee9eb5d34555081 (patch) | |
tree | 403330e7b7829895ad4022bc1f3c662518d10e41 /x11-themes/metacity-digital-cream-theme/Makefile | |
parent | Very neat and clean theme for GNOME desktop. (diff) |
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/
Notes
Notes:
svn path=/head/; revision=172561
Diffstat (limited to '')
-rw-r--r-- | x11-themes/metacity-digital-cream-theme/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
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" |