pkgsrc/graphics/pfstools/Makefile
obache ea5852368a Import pfstools-1.7.0 as graphics/pfstools.
Based on PR 39437 by Thomas Zander.

A set of command line tools for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.
2009-01-18 12:46:39 +00:00

34 lines
862 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/01/18 12:46:39 obache Exp $
#
DISTNAME= pfstools-1.7.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfstools/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pfstools.sourceforge.net/
COMMENT= Tools for manipulating HDR images and video frames
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --enable-ppm
CONFIGURE_ARGS+= --enable-tiff
CONFIGURE_ARGS+= --disable-jpeghdr
CONFIGURE_ARGS+= --disable-matlab
# patch-aa
CONFIGURE_ENV+= NETPBM_CFLAGS=-I${BUILDLINK_PREFIX.netpbm}/include
PKGCONFIG_OVERRIDE+= src/pfs/pfs.pc.in
DEPENDS+= dcraw-[0-9]*:../../graphics/dcraw
.include "options.mk"
.include "../../graphics/netpbm/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"