pkgsrc/graphics/gocr/options.mk
2008-04-12 22:42:57 +00:00

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