pkgsrc/graphics/deforaos-camera/options.mk
khorben f194baf818 Imported deforaos-camera-0.0.1 as graphics/deforaos-camera (from wip)
DeforaOS Camera is a webcam application, able to take pictures. It is meant to
be used as a photo camera application on embedded devices.
2013-03-04 23:10:50 +00:00

11 lines
253 B
Makefile

# $NetBSD: options.mk,v 1.1 2013/03/04 23:10:50 khorben Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-camera
PKG_SUPPORTED_OPTIONS= embedded
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Membedded)
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
.endif