0ee39c1b52
Release 0.80.0: core: * Annotations: Implement support for setting a different text in the appearance stream than the real text * Splash: Optionally use small_vector from boost * Fix memory leaks on broken files * Fix abort on broken files * Small code simplifications * Remove USE_FIXEDPOINT support. Issue #821 qt5: * Fix MSVC build * Add subsitute-font information * Fix since marker of some functions * Fix leak when aborting text extraction * Small code simplifications glib: * Make print scaling getter visible * Make Duplex/NumCopies/PrintPageRange preference available in API * Implement Movie API utils: * pdftotext: Add -nodiag flag to remove diagonal text on output build system: * Mark external lib include dirs as SYSTEM PR: 240176 Exp-run by: antoine Approved by: gnome (kwm, implicit)
34 lines
867 B
Makefile
34 lines
867 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kile
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.0b2
|
|
PORTREVISION= 9
|
|
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>
|