# $Id$ PNAME="poxml" PVER="4.14.3" PBUILD="r2" DESCRIPTION="Translates DocBook XML files using gettext po files." DEPEND=">= x11-libs/qt4-core-4.8 >= dev-java/antlr2-2.7" # needs kde4-config to build SDEPEND="== kde-base/kdelibs-${PVER}" sminclude kde4 src_compile() { cd ${SRCDIR} kde4_configure \ $(cmake_with Antlr2) \ $(cmake_with Gettext) \ || die mmake || die }