ports/net/libkfbapi/Makefile
Tobias C. Berner 737c1cc56d Rename KDE4 meta ports
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
2018-02-10 10:29:51 +00:00

28 lines
591 B
Makefile

# $FreeBSD$
PORTNAME= libkfbapi
PORTVERSION= 1.0
PORTREVISION= 6
CATEGORIES= net kde
MASTER_SITES= KDE/stable/libkfbapi/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for accessing Facebook services
LICENSE= LGPL20
LIB_DEPENDS= libqjson.so:devel/qjson
USES= cmake:outsource gettext kde:4 tar:bzip2
USE_KDE= automoc4 kdelibs pimlibs
USE_LDCONFIG= yes
USE_QT4= gui webkit \
qmake_build moc_build rcc_build uic_build
pre-configure:
${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>