diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-25 13:45:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-25 13:45:08 +0000 |
commit | fe6d3388146578cd2f85fc796a8d8b6a53ddf8a5 (patch) | |
tree | c991fb6cac302fd18e5fc7a001aa5294dd434520 /x11-themes/metacity-aquaextremesunken-theme/Makefile | |
parent | Add new nifty Gtk2 theme, AquaExtreme Sunken. (diff) |
Add Metacity part of AquaExtreme Sunken theme.
Notes
Notes:
svn path=/head/; revision=129756
Diffstat (limited to '')
-rw-r--r-- | x11-themes/metacity-aquaextremesunken-theme/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-themes/metacity-aquaextremesunken-theme/Makefile b/x11-themes/metacity-aquaextremesunken-theme/Makefile new file mode 100644 index 000000000000..0eef5d974e7e --- /dev/null +++ b/x11-themes/metacity-aquaextremesunken-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: AquaExtreme Sunken (metacity theme) +# Date created: 25 Feb 2005 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-aquaextremesunken-theme + +.include "${MASTERDIR}/Makefile" |