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