SLOT="1"
LICENSE="FLTK LGPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="cairo debug doc examples games +opengl pdf static-libs +threads +xft +xinerama"
+IUSE="cairo debug doc examples games +opengl static-libs +threads +xft +xinerama"
RDEPEND="
>=media-libs/libpng-1.2:0
xft? ( x11-libs/libXft )"
DEPEND="${RDEPEND}
x11-proto/xextproto
- doc? (
- app-doc/doxygen
- pdf? (
- dev-texlive/texlive-fontutils
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- )
- )
+ doc? ( app-doc/doxygen )
xinerama? ( x11-proto/xineramaproto )"
FLTK_INCDIR=${EPREFIX}/usr/include/fltk
src_compile() {
default
+
if use doc; then
emake -C documentation html
- if use pdf; then
- emake -C documentation pdf
- fi
fi
+
if use games; then
emake -C test blocks checkers sudoku
fi
SLOT="1"
LICENSE="FLTK LGPL-2"
KEYWORDS=""
-IUSE="cairo debug doc examples games +opengl pdf static-libs +threads +xft +xinerama"
+IUSE="cairo debug doc examples games +opengl static-libs +threads +xft +xinerama"
RDEPEND="
>=media-libs/libpng-1.2:0
xft? ( x11-libs/libXft )"
DEPEND="${RDEPEND}
x11-proto/xextproto
- doc? (
- app-doc/doxygen
- pdf? (
- dev-texlive/texlive-fontutils
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- )
- )
+ doc? ( app-doc/doxygen )
xinerama? ( x11-proto/xineramaproto )"
FLTK_INCDIR=${EPREFIX}/usr/include/fltk
src_compile() {
default
+
if use doc; then
emake -C documentation html
- if use pdf; then
- emake -C documentation pdf
- fi
fi
+
if use games; then
emake -C test blocks checkers sudoku
fi