diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-09-01 06:52:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-09-01 06:52:48 +0000 |
commit | c22633878dd156a76071dbd22c4c4e7b5bf30b6f (patch) | |
tree | ceebff540445e030a80b76cacbb6dcb9f918085f /x11-themes/metacity-aluminumalloy-smog-theme | |
parent | 5aa44afbcd72c5cc4add50d91e93de9090283519 (diff) | |
download | freebsd-ports-c22633878dd156a76071dbd22c4c4e7b5bf30b6f.zip |
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 000000000000..d4619c6f235b --- /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" |