pkgsrc/graphics/freeimageplus/Makefile
markd 031d942bbd Add freeimageplus 3.17.0
C++ wrapper for freeimage.
2015-05-27 22:06:11 +00:00

30 lines
765 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/05/27 22:06:11 markd Exp $
DISTNAME= FreeImage3170
PKGNAME= freeimageplus-3.17.0
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 - C++ Wrapper
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake
MAKE_FILE= Makefile.fip
DEPENDS+= freeimage>=3.17.0:../../graphics/freeimage
PATCHDIR= ${.CURDIR}/../../graphics/freeimage/patches
DISTINFO_FILE= ${.CURDIR}/../../graphics/freeimage/distinfo
WRKSRC= ${WRKDIR}/FreeImage
INSTALLATION_DIRS+= include lib
PLIST_SUBST+= PKGVERSION_NOREV=${PKGVERSION_NOREV}
NOT_FOR_PLATFORM=Darwin-*-*
.include "../../mk/bsd.pkg.mk"