blob: e3424e572f57891598f89a59039ee938cc82f082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: options.mk,v 1.2 2009/04/26 03:34:13 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.typolight${TL_VER}
PKG_SUPPORTED_OPTIONS= typolight-liveupdate
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mtypolight-liveupdate)
FILES_SUBST+= TL_UPDATE=YES
.else
FILES_SUBST+= TL_UPDATE=NO
.endif
|