b48fbfb676
This fixes the configure run of audacity and generally improves the correctness.
19 lines
483 B
Makefile
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"
|