cea9dea6a2
Flavorize the ports: * telepathy-qt4 -> telepathy-qt@qt4 * telepathy-qt5 -> telepathy-qt@qt5 While here, also clean up the Makefile a bit. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D17445
33 lines
746 B
Makefile
33 lines
746 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
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LIB_DEPENDS= libqjson.so:devel/qjson@qt4 \
|
|
libqoauth.so:net/qoauth \
|
|
libtelepathy-qt4.so:net-im/telepathy-qt@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>
|