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