summaryrefslogtreecommitdiff
path: root/x11/wxGTK24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wxGTK24/Makefile')
-rw-r--r--x11/wxGTK24/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/wxGTK24/Makefile b/x11/wxGTK24/Makefile
new file mode 100644
index 00000000000..20d1b23947b
--- /dev/null
+++ b/x11/wxGTK24/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/07 11:27:28 wiz Exp $
+#
+
+.include "Makefile.common"
+
+PKGREVISION= 6
+COMMENT= GTK-based implementation of the wxWidgets GUI library
+CONFLICTS+= wxGTK<=2.4.2nb5
+
+post-install:
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DOCDIR}/LICENSE
+
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"