14 lines
306 B
Makefile
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
|