diff options
author | danfe <danfe@FreeBSD.org> | 2005-02-25 21:45:08 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-02-25 21:45:08 +0800 |
commit | 6b7aec83e0eb93f83d30b49a92363b304ef2d3fd (patch) | |
tree | 83761dcd3d874d153fc5648fd269c97178cd0652 /x11-themes | |
parent | 09a333c3a99239ec7cd047e569be2978d5f05a63 (diff) | |
download | freebsd-ports-graphics-6b7aec83e0eb93f83d30b49a92363b304ef2d3fd.tar.gz freebsd-ports-graphics-6b7aec83e0eb93f83d30b49a92363b304ef2d3fd.tar.zst freebsd-ports-graphics-6b7aec83e0eb93f83d30b49a92363b304ef2d3fd.zip |
Add Metacity part of AquaExtreme Sunken theme.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-aquaextremesunken-theme/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 62eae986871..4d38d432eb9 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -99,6 +99,7 @@ SUBDIR += metacity-aluminumalloy-toxic-theme SUBDIR += metacity-aluminumalloy-volcanic-theme SUBDIR += metacity-ana-theme + SUBDIR += metacity-aquaextremesunken-theme SUBDIR += metacity-theme-6nome SUBDIR += metacity-theme-aero SUBDIR += metacity-theme-alloy-c diff --git a/x11-themes/metacity-aquaextremesunken-theme/Makefile b/x11-themes/metacity-aquaextremesunken-theme/Makefile new file mode 100644 index 00000000000..0eef5d974e7 --- /dev/null +++ b/x11-themes/metacity-aquaextremesunken-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: AquaExtreme Sunken (metacity theme) +# Date created: 25 Feb 2005 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-aquaextremesunken-theme + +.include "${MASTERDIR}/Makefile" |