diff options
author | danfe <danfe@FreeBSD.org> | 2004-09-01 06:52:48 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-09-01 06:52:48 +0000 |
commit | 7c6b4de78cf0c55ae426606311f0a48f16fe4e30 (patch) | |
tree | 8ddfc42428d8cc751a02803322f6ffd0f5014624 /x11-themes/metacity-aluminumalloy-smog-theme | |
parent | 855bc2f57fe63851c3a2bdedb09430ec446fe768 (diff) | |
download | FreeBSD-ports-7c6b4de78cf0c55ae426606311f0a48f16fe4e30.zip FreeBSD-ports-7c6b4de78cf0c55ae426606311f0a48f16fe4e30.tar.gz |
New port: metacity-aluminumalloy-smog-theme, a port the wonderful MacOS X
theme Aluminum Alloy. Original theme by Max Rudberg
(http://www.maxthemes.com).
This is Smog flavor of the theme (Metacity decorations).
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'x11-themes/metacity-aluminumalloy-smog-theme')
-rw-r--r-- | x11-themes/metacity-aluminumalloy-smog-theme/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-themes/metacity-aluminumalloy-smog-theme/Makefile b/x11-themes/metacity-aluminumalloy-smog-theme/Makefile new file mode 100644 index 0000000..d4619c6 --- /dev/null +++ b/x11-themes/metacity-aluminumalloy-smog-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: AluminumAlloy-Smog (metacity theme) +# Date Created: 27 August 2004 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-smog-theme + +.include "${MASTERDIR}/Makefile" |