581c73f04f
- astro/libkgeomap has been removed as there are no consumers left - deskutils/kdepim-apps-libs has been reintegrated into other ports There are a handful of new ports available: - astro/kosmindoormap: Library and QML component for rendering multi-level OSM indoor maps - deskutils/itinerary: KDE Itinerary is a digital travel assistant - devel/kpublictransport: Access realtime public transport data - graphics/kontrast: Color contrast checker - textproc/markdownpart: KPart for rendering Markdown content
34 lines
992 B
Makefile
34 lines
992 B
Makefile
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= konversation
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= irc kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= User friendly IRC client for KDE
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
|
|
python:run qca qt:5 shebangfix tar:xz
|
|
USE_KDE= archive attica auth bookmarks codecs completion config \
|
|
configwidgets coreaddons crash dbusaddons doctools ecm \
|
|
emoticons globalaccel i18n iconthemes idletime itemviews \
|
|
jobwidgets kio newstuff notifications notifyconfig parts service solid \
|
|
sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
|
|
init_run
|
|
USE_QT= concurrent core dbus gui network phonon4 widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
SHEBANG_FILES= data/scripts/bug \
|
|
data/scripts/cmd \
|
|
data/scripts/media \
|
|
data/scripts/sayclip \
|
|
data/scripts/sysinfo \
|
|
data/updaters/*.pl
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|