e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
19 lines
484 B
Makefile
19 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/06/13 22:45:54 wiz Exp $
|
|
#
|
|
|
|
.include "../../x11/wxGTK26/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK-contrib/}
|
|
PKGREVISION= 6
|
|
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/wxGTK26/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|