a comprehensive TeX system with binaries for most flavors of Unix, including GNU/Linux, and also Windows. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.
13 lines
375 B
Makefile
13 lines
375 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2007/11/06 06:53:47 airhead Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.texlive-bin
|
|
PKG_OPTIONS_REQUIRED_GROUPS= xdvi-toolkit
|
|
PKG_OPTIONS_GROUP.xdvi-toolkit= xaw # xaw3d motif neXtaw
|
|
PKG_SUPPORTED_OPTIONS=
|
|
PKG_SUGGESTED_OPTIONS= xaw
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mxaw)
|
|
CONFIGURE_ARGS+= --with-xdvi-x-toolkit=xaw
|
|
.endif
|