2f8566ad2d
Fix pkgconfig file name in override. 2.0.1: Jeffrey Carpenter - Sat Nov 29 12:06:05 2014 * Fixed image colorspace issue on iOS and Mac OS X Sam Lantinga - Sun Jun 15 17:33:46 2014 * Fixed support for transparency in XPM files Davide Coppola - Thu Apr 17 17:30:12 2014 * Fixed building JPEG support on Android David Ludwig - Tue Apr 01 19:40:35 2014 * Added support for building for Windows RT and Windows Phone Timur - Wed Dec 11 21:24:36 2013 * Fixed memory leak in webp image loading Patrice Mandin - Thu Nov 07 19:15:28 2013 * Fixed loading BMP files with large BITMAPINFOHEADER structures Sam Lantinga - Fri Oct 11 21:54:20 2013 * Fixed building with libpng 1.4
30 lines
904 B
Makefile
30 lines
904 B
Makefile
# $NetBSD: Makefile,v 1.8 2016/05/05 11:12:14 wiz Exp $
|
|
|
|
DISTNAME= SDL2_image-2.0.1
|
|
CATEGORIES= graphics devel
|
|
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.libsdl.org/projects/SDL_image/
|
|
COMMENT= Load images as SDL surfaces
|
|
LICENSE= zlib
|
|
|
|
USE_LANGUAGES= c
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= ac_cv_prog_ac_ct_OBJC=${CC:Q}
|
|
|
|
INSTALLATION_DIRS= bin
|
|
PKGCONFIG_OVERRIDE= SDL2_image.pc.in
|
|
CHECK_PORTABILITY_SKIP= external/tiff-4.0.3/configure
|
|
|
|
post-install:
|
|
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
|
|
${DESTDIR}${PREFIX}/bin/showimage2
|
|
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.include "../../graphics/libwebp/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|