pkgsrc/x11/wxGTK28-contrib/Makefile
dholland deb17dd3b3 This also uses glib2 directly at least when configuring. It's not clear
if any of the installed binaries really do, but better to be safe.
PKGREVISION -> 9.
2011-06-19 00:49:59 +00:00

21 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.11 2011/06/19 00:49:59 dholland Exp $
#
.include "../../x11/wxGTK28/Makefile.common"
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK28-contrib/}
PKGREVISION= 9
COMMENT= GTK-based implementation of the wxWidgets GUI library (contrib libraries)
USE_TOOLS+= gmake
BUILD_DIRS= ${WRKSRC}/build-non-unicode/contrib/src \
${WRKSRC}/build-unicode/contrib/src
INSTALL_TARGET= install
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"