diff options
author | danfe <danfe@FreeBSD.org> | 2004-09-01 06:57:18 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-09-01 06:57:18 +0000 |
commit | 226655683dff963289df81027335eb511f3e5ccb (patch) | |
tree | 332b33ae9f7b79fa1473c0b7f42ae1f0687b2593 /x11-themes | |
parent | f45e3777b90df743b996d36e98468a09f0b584ac (diff) | |
download | FreeBSD-ports-226655683dff963289df81027335eb511f3e5ccb.zip FreeBSD-ports-226655683dff963289df81027335eb511f3e5ccb.tar.gz |
New port: metacity-aluminumalloy-toxic-theme, a port of the wonderful MacOS
X theme Aluminum Alloy. Original theme by Max Rudberg
(http://www.maxthemes.com).
This is Toxic flavor of the theme (Metacity decorations).
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-aluminumalloy-toxic-theme/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 625ba2d..bf97545 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -87,6 +87,7 @@ SUBDIR += lila-xfwm4 SUBDIR += metacity-aluminumalloy-cryogenic-theme SUBDIR += metacity-aluminumalloy-smog-theme + SUBDIR += metacity-aluminumalloy-toxic-theme SUBDIR += metacity-aluminumalloy-volcanic-theme SUBDIR += metacity-theme-6nome SUBDIR += metacity-theme-aero diff --git a/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile b/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile new file mode 100644 index 0000000..cb950c2 --- /dev/null +++ b/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: AluminumAlloy-Toxic (metacity theme) +# Date Created: 27 August 2004 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme + +.include "${MASTERDIR}/Makefile" |