1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/choqok/Makefile

35 lines
956 B
Makefile

# $FreeBSD$
PORTNAME= choqok
DISTVERSION= 1.6.0
CATEGORIES= www kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/src
DIST_SUBDIR= KDE/${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE micro-blogging client
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqjson-qt5.so:devel/qjson@qt5 \
libqca-qt5.so:devel/qca@qt5 \
libqoauth-qt5.so:net/qoauth-qt5 \
libtelepathy-qt5.so:net-im/telepathy-qt5
USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig tar:xz
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
coreaddons doctools ecm emoticons globalaccel guiaddons i18n \
itemviews jobwidgets kcmutils kdewebkit kio notifications \
notifyconfig parts service solid sonnet textwidgets wallet \
widgetsaddons xmlgui \
kded_run
USE_QT5= core dbus gui network widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
CONFLICTS_INSTALL= ${PORTNAME}-kde4
.include <bsd.port.mk>