pkgsrc/x11/wxGTK-contrib/Makefile
joerg b48fbfb676 Use C++ for linking the shared libraries and bump the API requirement.
This fixes the configure run of audacity and generally improves the
correctness.
2007-01-16 23:27:48 +00:00

19 lines
483 B
Makefile

# $NetBSD: Makefile,v 1.11 2007/01/16 23:27:48 joerg Exp $
#
.include "../../x11/wxGTK/Makefile.common"
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK-contrib/}
PKGREVISION= 2
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GTK-based implementation of the wxWidgets GUI library (contrib libraries)
USE_TOOLS+= gmake
BUILD_DIRS= contrib/src
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/wxGTK/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"