pkgsrc-wip/exact-image/options.mk
Thomas Klausner 44a03d8b87 Initial import of exact-image-0.7.5:
This will become a template based image manipulation library with
fast, yet space efficient data-layout and algorithms.

XXX: I didn't get it to convert any files yet.
2009-10-11 10:26:50 +00:00

13 lines
426 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2009/10/11 10:26:50 thomasklausner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exact-image
PKG_SUPPORTED_OPTIONS= viewer
# XXX: swig, lua, perl, php, python, ruby are optionally supported
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mviewer)
.include "../../graphics/evas/buildlink3.mk"
.include "../../graphics/evas-software-x11/buildlink3.mk"
# should add bin/edisplay to PLIST
.endif