mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
737c1cc56d
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
30 lines
666 B
Makefile
30 lines
666 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkgapi
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/stable/libkgapi/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE-based library for accessing various Google services
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libqjson.so:devel/qjson
|
|
|
|
USES= cmake:outsource kde:4 tar:bzip2
|
|
USE_KDE= automoc4 kdelibs pimlibs
|
|
USE_LDCONFIG= yes
|
|
USE_QT4= corelib network webkit xml \
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \
|
|
${WRKSRC}/libkgapi*/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|