freebsd-ports/editors/kile/Makefile
Tobias C. Berner 5060d003ef graphics/poppler: update to 0.90
Release 0.90.0:
        core:
         * Color profile tweaks
         * Small signature improvements
         * BBoxOutputDev: Fix calculation when type3 fonts are involved
         * Fix potential crash when reading Forms
         * Fix infinite loop in broken file
        glib:
         * Fix adding annots in rotated pages
         * Add ability to reset forms
         * Several fixes to the documentation
        qt5:
         * Make it clear we require Qt 5.5
         * demo: Fix crash on broken files
         * Small documentation improvements
        utils:
         * pdftoppm: Add option to set display profile
         * pdftops: Add a -rasterize option with values always, never, or whenneeded
        build system:
         * Require cmake 3.5
         * More modern cmake way to link against curl

PR:		247736
Exp-run by:	antoine
2020-07-06 06:17:18 +00:00

35 lines
867 B
Makefile

# $FreeBSD$
PORTNAME= kile
DISTVERSIONPREFIX= v
DISTVERSION= 3.0b3
PORTREVISION= 8
CATEGORIES= editors kde
MAINTAINER= kde@FreeBSD.org
COMMENT= LaTeX source editor for KDE
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpoppler.so:graphics/poppler \
libpoppler-qt5.so:graphics/poppler-qt5
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \
qt:5 shared-mime-info shebangfix
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
init itemviews jobwidgets js khtml kio parts service solid \
sonnet texteditor textwidgets widgetsaddons windowsystem xmlgui \
okular
USE_QT= concurrent core dbus gui network script widgets xml \
buildtools_build qmake_build
SHEBANG_FILES= *.pl
USE_GITHUB= yes
GH_ACCOUNT= kde
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>