mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
34 lines
844 B
Makefile
34 lines
844 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kile
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.0b2
|
|
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:outsource desktop-file-utils kde: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_QT5= concurrent core dbus gui network script widgets xml \
|
|
buildtools_build qmake_build
|
|
SHEBANG_FILES= *.pl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kde
|
|
|
|
CONFLICTS_INSTALL= kile-kde4
|
|
|
|
.include <bsd.port.mk>
|