b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
33 lines
849 B
Makefile
33 lines
849 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 \
|
|
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
|
|
|
|
CONFLICTS_INSTALL= kile-kde4
|
|
|
|
.include <bsd.port.mk>
|