mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
fd68e9e2b6
Release 21.12.0: core: * Add API to add images * CairoOutputDev: Fix de-duping of Flate images * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393 * Minor code improvements glib: * Add API for validation of signatures * Add API to read/save to file descriptor utils: * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117 build system: * Increase C++ standard to 17 Exp-run by: antoine PR: 260344
33 lines
906 B
Makefile
33 lines
906 B
Makefile
PORTNAME= kile
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.0b3
|
|
PORTREVISION= 26
|
|
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 cpe 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 \
|
|
doctools_build
|
|
USE_QT= concurrent core dbus gui network script widgets xml \
|
|
buildtools_build qmake_build
|
|
SHEBANG_FILES= *.pl
|
|
|
|
KDE_INVENT= 09ee4ef0417165b93da82c1fc057b9e1713a0c05 office
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|