pkgsrc/graphics/freeimage/Makefile
2017-07-04 20:50:53 +00:00

26 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/07/04 20:50:53 nros Exp $
DISTNAME= FreeImage3170
PKGNAME= freeimage-3.17.0
PKGREVISION= 1
CATEGORIES= devel graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeimage/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://freeimage.sf.net/
COMMENT= Library for supporting PNG, BMP, JPEG, and TIFF
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR mpl-1.0
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/FreeImage
INSTALLATION_DIRS+= include lib
PLIST_SUBST+= PKGVERSION_NOREV=${PKGVERSION_NOREV}
NOT_FOR_PLATFORM=Darwin-*-*
.include "../../mk/bsd.pkg.mk"