diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-09-01 06:55:43 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-09-01 06:55:43 +0000 |
commit | b89a4678d697c645a0e6c7b96bf328ada59f7121 (patch) | |
tree | 40abd195f41f5d877b73bfaab0a572825428061c /x11-themes | |
parent | c22633878dd156a76071dbd22c4c4e7b5bf30b6f (diff) | |
download | ports-b89a4678d697c645a0e6c7b96bf328ada59f7121.tar.gz ports-b89a4678d697c645a0e6c7b96bf328ada59f7121.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 484378170977..625ba2d202fd 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -85,6 +85,7 @@ SUBDIR += lila-xfce4-panel SUBDIR += lila-xffm SUBDIR += lila-xfwm4 + SUBDIR += metacity-aluminumalloy-cryogenic-theme SUBDIR += metacity-aluminumalloy-smog-theme SUBDIR += metacity-aluminumalloy-volcanic-theme SUBDIR += metacity-theme-6nome diff --git a/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile b/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile new file mode 100644 index 000000000000..402b719ac42d --- /dev/null +++ b/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: AluminumAlloy-Cryogenic (metacity theme) +# Date Created: 27 August 2004 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +TYPE= metacity +MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme + +.include "${MASTERDIR}/Makefile" |