pkgsrc-wip/raster3d/options.mk

16 lines
367 B
Makefile
Raw Normal View History

2010-06-01 10:14:50 +02:00
# $NetBSD: options.mk,v 1.2 2010/06/01 08:14:50 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.raster3d
2010-06-01 10:14:50 +02:00
PKG_SUPPORTED_OPTIONS= imagemagick
PKG_SUGGESTED_OPTIONS= imagemagick
.include "../../mk/bsd.options.mk"
2010-06-01 10:14:50 +02:00
PLIST_VARS+= magick
.if !empty(PKG_OPTIONS:Mimagemagick)
DEPENDS+= ImageMagick>=5.5.4:../../graphics/ImageMagick
PLIST.magick= yes
CFLAGS+= -DIMAGEPIPE
.endif