diff options
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-digital-cream-theme/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index c7fd23ce7a87..b5ac2b2f3940 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -156,6 +156,7 @@ SUBDIR += metacity-ana-theme SUBDIR += metacity-aquaextremesunken-theme SUBDIR += metacity-bluecurve-theme + SUBDIR += metacity-digital-cream-theme SUBDIR += metacity-longhorninspirat-theme SUBDIR += metacity-milk-theme SUBDIR += metacity-theme-microgui diff --git a/x11-themes/metacity-digital-cream-theme/Makefile b/x11-themes/metacity-digital-cream-theme/Makefile new file mode 100644 index 000000000000..5f77c3950098 --- /dev/null +++ b/x11-themes/metacity-digital-cream-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: Digital Cream (metacity theme) +# Date created: 08 Sep 2006 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-digital-cream-theme + +.include "${MASTERDIR}/Makefile" |