freebsd-ports/www/choqok-kde4/Makefile
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
2018-06-28 17:39:53 +00:00

31 lines
681 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= choqok
PORTVERSION= 1.5
PORTREVISION= 5
CATEGORIES= www kde
PKGNAMESUFFIX= -kde4
MASTER_SITES= SF/${PORTNAME}/Choqok/
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE micro-blogging client
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqjson.so:devel/qjson@qt4 \
libqoauth.so:net/qoauth \
libtelepathy-qt4.so:net-im/telepathy-qt4
USES= cmake gettext kde:4 qt:4 tar:xz
USE_KDE= attica automoc4 kdelibs
USE_QT= gui imageformats_run network \
moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
CONFLICTS_INSTALL= ${PORTNAME}-1.6.*
PORTSCOUT= limit:^1\.5.*
.include <bsd.port.mk>