841dfa0e7a
through PLIST_SUBST to the plist module.
16 lines
328 B
Makefile
16 lines
328 B
Makefile
# $NetBSD: options.mk,v 1.2 2008/04/12 22:43:01 jlam Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gocr
|
|
PKG_SUPPORTED_OPTIONS= tk
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= tk
|
|
|
|
.if !empty(PKG_OPTIONS:Mtk)
|
|
DEPENDS+= tk>=8.4:../../x11/tk
|
|
PLIST.tk= yes
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/gocr.tcl ${PREFIX}/bin
|
|
.endif
|