pkgsrc/graphics/SDL_image/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

33 lines
922 B
Makefile

# $NetBSD: Makefile,v 1.52 2020/01/26 17:31:19 rillig Exp $
DISTNAME= SDL_image-1.2.12
PKGREVISION= 8
CATEGORIES= graphics devel
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.libsdl.org/projects/SDL_image/
COMMENT= Load images as SDL surfaces
LICENSE= zlib
CONFLICTS= SDL-image-[0-9]*
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-tif
CONFIGURE_ENV+= OBJC=${CC:Q}
INSTALLATION_DIRS= bin
PKGCONFIG_OVERRIDE= SDL_image.pc.in
post-install:
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
${DESTDIR}${PREFIX}/bin
BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.10
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"