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