update Wed Jun 2 06:37:01 PDT 2010
[pkgsrc.git] / graphics / gocr / options.mk
1 # $NetBSD: options.mk,v 1.2 2008/04/12 22:43:01 jlam Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.gocr
4 PKG_SUPPORTED_OPTIONS=  tk
5
6 .include "../../mk/bsd.options.mk"
7
8 PLIST_VARS+=            tk
9
10 .if !empty(PKG_OPTIONS:Mtk)
11 DEPENDS+=               tk>=8.4:../../x11/tk
12 PLIST.tk=               yes
13
14 post-install:
15         ${INSTALL_SCRIPT} ${WRKSRC}/bin/gocr.tcl ${PREFIX}/bin
16 .endif