diff options
author | danfe <danfe@FreeBSD.org> | 2004-09-01 14:55:43 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-09-01 14:55:43 +0800 |
commit | f45e3777b90df743b996d36e98468a09f0b584ac (patch) | |
tree | b734c5cd9a22fa156e266517a1355e87d449627c | |
parent | 7c6b4de78cf0c55ae426606311f0a48f16fe4e30 (diff) | |
download | freebsd-ports-graphics-f45e3777b90df743b996d36e98468a09f0b584ac.tar.gz freebsd-ports-graphics-f45e3777b90df743b996d36e98468a09f0b584ac.tar.zst freebsd-ports-graphics-f45e3777b90df743b996d36e98468a09f0b584ac.zip |
New port: metacity-aluminumalloy-cryogenic-theme, a port the wonderful MacOS
X theme Aluminum Alloy. Original theme by Max Rudberg
(http://www.maxthemes.com).
This is Cryogenic flavor of the theme (Metacity decorations).
Approved by: fjoe (mentor) (implicit)
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 48437817097..625ba2d202f 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -85,6 +85,7 @@ SUBDIR += lila-xfce4-panel SUBDIR += lila-xffm SUBDIR += lila-xfwm4 + SUBDIR += metacity-aluminumalloy-cryogenic-theme SUBDIR += metacity-aluminumalloy-smog-theme SUBDIR += metacity-aluminumalloy-volcanic-theme SUBDIR += metacity-theme-6nome diff --git a/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile b/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile new file mode 100644 index 00000000000..402b719ac42 --- /dev/null +++ b/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: AluminumAlloy-Cryogenic (metacity theme) +# Date Created: 27 August 2004 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme + +.include "${MASTERDIR}/Makefile" |