mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
276 B
Makefile
12 lines
276 B
Makefile
# $NetBSD: options.mk,v 1.1 2012/07/26 22:15:08 abs Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.dc-tools
|
|
PKG_SUPPORTED_OPTIONS= gxemul
|
|
PKG_SUGGESTED_OPTIONS=
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgxemul)
|
|
DEPENDS+= gxemul>=0.6.0nb3:../../emulators/gxemul
|
|
.endif
|