summaryrefslogtreecommitdiff
path: root/x11/gtk2-engines-industrial/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-06-05 10:20:48 +0000
committerjmmv <jmmv>2004-06-05 10:20:48 +0000
commit40b15b1cda936944bfb7cc969be26cdd131743ec (patch)
treeea26b0f909c70d90089f2d3d6928705e15ea5ea4 /x11/gtk2-engines-industrial/Makefile
parentabde049602ff268c0399a09c4ad8eb50b0a54be3 (diff)
downloadpkgsrc-40b15b1cda936944bfb7cc969be26cdd131743ec.tar.gz
Initial import of gtk2-engines-industrial-20030725:
Black and white theme for GTK+ 2.x, initially developed by Ximian. Includes nice shades of gray around default buttons in dialogs. You will love it. Slightly based on a package from pkgsrc-wip by Michal Pasternak.
Diffstat (limited to 'x11/gtk2-engines-industrial/Makefile')
-rw-r--r--x11/gtk2-engines-industrial/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/gtk2-engines-industrial/Makefile b/x11/gtk2-engines-industrial/Makefile
new file mode 100644
index 00000000000..ad05e1c93c2
--- /dev/null
+++ b/x11/gtk2-engines-industrial/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 10:20:48 jmmv Exp $
+#
+
+DISTNAME= GTK2-Industrial
+PKGNAME= gtk2-engines-industrial-20030725
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GNOME:=teams/art.gnome.org/themes/gtk2/}
+
+MAINTAINER= dotz@irc.pl
+HOMEPAGE= http://art.gnome.org/
+COMMENT= Black and white theme for GTK+ 2.x
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_DIRS+= xdg-1.1
+USE_GNU_TOOLS+= make
+USE_LIBTOOL= YES
+WRKSRC= ${WRKDIR}/GTK2-Industrial-Engine
+
+SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+BUILD_DIRS= ${WRKSRC}/gtk2-engine
+INSTALL_DIRS= ${WRKSRC}/gtk2-engine
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"