diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-25 13:45:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-25 13:45:08 +0000 |
commit | fe6d3388146578cd2f85fc796a8d8b6a53ddf8a5 (patch) | |
tree | c991fb6cac302fd18e5fc7a001aa5294dd434520 | |
parent | 30bc04f5be866f7dea834eb07261ce7ff395ebcc (diff) | |
download | ports-fe6d3388146578cd2f85fc796a8d8b6a53ddf8a5.tar.gz ports-fe6d3388146578cd2f85fc796a8d8b6a53ddf8a5.zip |
Notes
-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 62eae986871f..4d38d432eb93 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 000000000000..0eef5d974e7e --- /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" |