diff options
author | danfe <danfe@FreeBSD.org> | 2005-03-01 08:11:49 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-03-01 08:11:49 +0000 |
commit | f48b4bbef34889d6e4093a34f22c017e80c49693 (patch) | |
tree | 75b3e178bc076339becc35433317df7d62361978 /x11-themes | |
parent | c70761877cbb55c02cc9b03913f055fe2014970a (diff) | |
download | FreeBSD-ports-f48b4bbef34889d6e4093a34f22c017e80c49693.zip FreeBSD-ports-f48b4bbef34889d6e4093a34f22c017e80c49693.tar.gz |
Add Metacity part of Longhorn Inspirat theme.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-longhorninspirat-theme/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 09f20b7..1f3d64b 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -103,6 +103,7 @@ SUBDIR += metacity-aluminumalloy-volcanic-theme SUBDIR += metacity-ana-theme SUBDIR += metacity-aquaextremesunken-theme + SUBDIR += metacity-longhorninspirat-theme SUBDIR += metacity-milk-theme SUBDIR += metacity-theme-6nome SUBDIR += metacity-theme-aero diff --git a/x11-themes/metacity-longhorninspirat-theme/Makefile b/x11-themes/metacity-longhorninspirat-theme/Makefile new file mode 100644 index 0000000..f264d52 --- /dev/null +++ b/x11-themes/metacity-longhorninspirat-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: Longhorn Inspirat (metacity theme) +# Date created: 01 Mar 2005 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-longhorninspirat-theme + +.include "${MASTERDIR}/Makefile" |