Import of pkgsrc-2015Q2

This commit is contained in:
2016-01-21 23:41:46 +01:00
committed by sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions
+30
View File
@@ -0,0 +1,30 @@
# $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"