diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-09-08 20:11:50 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-09-08 20:11:50 +0800 |
commit | 96777d6c4b267303c6a4d03b18726dbe744d720d (patch) | |
tree | b24a10bc8dec42391f638bb46c60c342b4f83d56 /x11-themes | |
parent | 9c2cf47bdd075534774f56108915febb3c0360c7 (diff) | |
download | freebsd-ports-gnome-96777d6c4b267303c6a4d03b18726dbe744d720d.tar.gz freebsd-ports-gnome-96777d6c4b267303c6a4d03b18726dbe744d720d.tar.zst freebsd-ports-gnome-96777d6c4b267303c6a4d03b18726dbe744d720d.zip |
This is Metacity theme (slave port) for previously added GTK2/GNOME theme.
WWW: http://www.users.monornet.hu/linux/
Diffstat (limited to 'x11-themes')
-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" |