pkgsrc/lang/squeak-vm/options.mk
asau e8cd3997bf Import Squeak VM 3.11.3 revision 2135 as lang/squeak-vm.
Squeak is Smalltalk implementation which is direct ancestor
of Alan Kay's Smalltalk-80.
2010-02-11 00:58:19 +00:00

14 lines
306 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2010/02/11 00:58:19 asau Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squeak-vm
PKG_SUPPORTED_OPTIONS= nas
PKG_SUGGESTED_OPTIONS= nas
.include "../../mk/bsd.options.mk"
PLIST_VARS= nas
.if !empty(PKG_OPTIONS:Mnas)
PLIST.nas= yes
.include "../../audio/nas/buildlink3.mk"
.endif