summaryrefslogtreecommitdiff
path: root/x11/gtk2-chtheme/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-28 03:26:19 +0000
committerminskim <minskim@pkgsrc.org>2004-12-28 03:26:19 +0000
commite88aa5b2dbf5ad30351cbc8eff51e2f4ef7c0f33 (patch)
tree8b85999ac045d70af97f24b64c9b085ee0e7769a /x11/gtk2-chtheme/Makefile
parentb9414613ed993eab67a648d135c1eb3d8f10e9ad (diff)
downloadpkgsrc-e88aa5b2dbf5ad30351cbc8eff51e2f4ef7c0f33.tar.gz
Import gtk2-chtheme from pkgsrc-wip. Packaged by Douglas Brebner.
As the name suggests, this little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible. Themes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration there's a large variety of widgets.
Diffstat (limited to 'x11/gtk2-chtheme/Makefile')
-rw-r--r--x11/gtk2-chtheme/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/gtk2-chtheme/Makefile b/x11/gtk2-chtheme/Makefile
new file mode 100644
index 00000000000..c6a761af134
--- /dev/null
+++ b/x11/gtk2-chtheme/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 03:26:19 minskim Exp $
+#
+
+DISTNAME= gtk-chtheme-0.3.1
+PKGNAME= gtk2-chtheme-0.3.1
+CATEGORIES= x11
+MASTER_SITES= http://plasmasturm.org/programs/gtk-chtheme/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= kirtai@users.sourceforge.net
+HOMEPAGE= http://plasmasturm.org/programs/gtk-chtheme/
+COMMENT= GTK+2 theme changer with preview
+
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+REPLACE_PERL= replace
+USE_PERL5= build
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"