summaryrefslogtreecommitdiff
path: root/x11/gtk2+extra/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2005-09-08 10:21:20 +0000
committerbouyer <bouyer@pkgsrc.org>2005-09-08 10:21:20 +0000
commitc01adfba1e5caeec5f23cdfd252c297b16e8c5a2 (patch)
treee88528e1aba200c32770df00725845da36132c81 /x11/gtk2+extra/Makefile
parent80924498d95c0532e10c4b83830e01b81323cea4 (diff)
downloadpkgsrc-c01adfba1e5caeec5f23cdfd252c297b16e8c5a2.tar.gz
Initial import of gtk2+extra-2.1.1, a useful set of GTK+ widgets for creating
GUIs.
Diffstat (limited to 'x11/gtk2+extra/Makefile')
-rw-r--r--x11/gtk2+extra/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/gtk2+extra/Makefile b/x11/gtk2+extra/Makefile
new file mode 100644
index 00000000000..8d4d0be6010
--- /dev/null
+++ b/x11/gtk2+extra/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/08 10:21:20 bouyer Exp $
+#
+
+DISTNAME= gtk+extra-2.1.1
+PKGNAME= ${DISTNAME:S/gtk/gtk2/}
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
+
+MAINTAINER= bouyer@NetBSD.org
+HOMEPAGE= http://gtkextra.sourceforge.net/
+COMMENT= Useful set of GTK+ widgets for creating GUIs
+
+USE_X11BASE= YES
+USE_TOOLS+= gmake pkg-config
+GNU_CONFIGURE= YES
+
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"