Import of pkgsrc-2015Q2
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user