freebsd-ports/net/libkfbapi/Makefile
Max Brazhnikov b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00

28 lines
643 B
Makefile

# $FreeBSD$
PORTNAME= libkfbapi
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/libkfbapi/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for accessing Facebook services
LICENSE= LGPL20
LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson
USES= cmake:outsource gettext tar:bzip2
USE_KDE4= automoc4 kdelibs kdeprefix 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>