diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-02-20 19:51:43 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-02-20 19:51:43 +0000 |
commit | f5d269c82969e65bc684ff4930ffa2babe36ef97 (patch) | |
tree | b8995ef9831835f2f16c5e03c9473993d69a0a2c | |
parent | 0036260fe098382cabf8bda4fb53ab8e11e06e36 (diff) |
The metacity theme which fits to the just committed gtk-ana-theme.
Notes
Notes:
svn path=/head/; revision=129396
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-ana-theme/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index d74a79404e42..f1d2a330550b 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -97,6 +97,7 @@ SUBDIR += metacity-aluminumalloy-smog-theme SUBDIR += metacity-aluminumalloy-toxic-theme SUBDIR += metacity-aluminumalloy-volcanic-theme + SUBDIR += metacity-ana-theme SUBDIR += metacity-theme-6nome SUBDIR += metacity-theme-aero SUBDIR += metacity-theme-alloy-c diff --git a/x11-themes/metacity-ana-theme/Makefile b/x11-themes/metacity-ana-theme/Makefile new file mode 100644 index 000000000000..20c1c59c690b --- /dev/null +++ b/x11-themes/metacity-ana-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: Ana (metacity theme) +# Date Created: 20 Feb 2005 +# Whom: Alexander Leidinger <netchild@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-ana-theme + +.include "${MASTERDIR}/Makefile" |