pkgsrc/graphics/gegl0.2/Makefile
wiz 314839cf97 Re-Import graphics/gegl as graphics/gegl0.2 to make space for gegl-0.3.0.
GEGL (Generic Graphics Library) is a graph based image processing
framework.

GEGL provides infrastructure to do demand based cached non destructive
image editing on larger than RAM buffers. Through babl it provides
support for a wide range of color models and pixel storage formats for
input and output.
2015-08-25 13:23:02 +00:00

46 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2015/08/25 13:23:02 wiz Exp $
DISTNAME= gegl-0.2.0
PKGREVISION= 19
CATEGORIES= graphics
MASTER_SITES= #
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://gegl.org/
COMMENT= Graph based image processing framework (0.2 version)
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config intltool msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-docs
CONFIGURE_ENV+= ac_cv_path_ASCIIDOC=no
CONFIGURE_ENV+= ac_cv_path_ENSCRIPT=no
CONFIGURE_ENV+= ac_cv_path_SDL_CONFIG=no
CONFIGURE_ENV+= ac_cv_prog_RUBY=no
PKGCONFIG_OVERRIDE+= gegl.pc.in
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= v4l
.if ${OPSYS} == "Linux" && exists(/usr/include/linux/videodev.h)
PLIST.v4l= yes
.endif
CFLAGS.SunOS+= -std=c99
.include "options.mk"
BUILDLINK_API_DEPENDS.babl+= babl>=0.1.4
.include "../../graphics/babl/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/jasper/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"