pkgsrc/sysutils/deforaos-terminal/options.mk
khorben 71728aa484 Added sysutils/deforaos-terminal, version 0.0.0
DeforaOS Terminal is a terminal emulator, embedding xterm within a Gtk+ interface. It supports multiple tabs and windows.
2013-02-24 15:48:28 +00:00

10 lines
253 B
Makefile

# $NetBSD: options.mk,v 1.1 2013/02/24 15:48:28 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-terminal
PKG_SUPPORTED_OPTIONS= embedded
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Membedded)
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
.endif