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 /x11-themes/metacity-ana-theme | |
parent | 0036260fe098382cabf8bda4fb53ab8e11e06e36 (diff) | |
download | ports-f5d269c82969e65bc684ff4930ffa2babe36ef97.tar.gz ports-f5d269c82969e65bc684ff4930ffa2babe36ef97.zip |
Notes
Diffstat (limited to 'x11-themes/metacity-ana-theme')
-rw-r--r-- | x11-themes/metacity-ana-theme/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
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" |