ab4e355459
print/deforaos-pdfviewer (version 0.0.1)
10 lines
251 B
Makefile
10 lines
251 B
Makefile
# $NetBSD: options.mk,v 1.1 2012/12/17 01:56:50 khorben Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-surfer
|
|
PKG_SUPPORTED_OPTIONS= embedded
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Membedded)
|
|
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
|
|
.endif
|