summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-13 03:06:49 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-13 03:06:49 +0000
commite32d9b3a6cfa0486a73e0221cddccf0148b91c43 (patch)
treee6bd37176cdd2f76e7bda72dc8e5d9333bbb21b1 /x11-themes
parentUpdate 1.3.6 --> 1.4 (diff)
- Add clearlooks-themes, this is clearlooks with out the engine and depends
on gtk-engines2 for clearlooks support.
Notes
Notes: svn path=/head/; revision=133192
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Makefile1
-rw-r--r--x11-themes/clearlooks-themes/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index 7a4d65371b43..4b54dd0f2ecb 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -9,6 +9,7 @@
SUBDIR += clean-theme-gtk
SUBDIR += clearlooks
SUBDIR += clearlooks-metacity
+ SUBDIR += clearlooks-themes
SUBDIR += clearlooks-themes-extras
SUBDIR += colorstep
SUBDIR += engradient
diff --git a/x11-themes/clearlooks-themes/Makefile b/x11-themes/clearlooks-themes/Makefile
new file mode 100644
index 000000000000..1e8ac8eedc2e
--- /dev/null
+++ b/x11-themes/clearlooks-themes/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: clearlooks-themes
+# Date created: 2005-04-12
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= clearlooks-themes
+
+MASTERDIR= ${.CURDIR}/../../x11-themes/clearlooks
+
+.include "${MASTERDIR}/Makefile"