Files
pkgsrc-ng/graphics/freeimageplus/Makefile
2016-01-21 23:41:46 +01:00

31 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"