mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
29 lines
651 B
Makefile
29 lines
651 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 kdehier 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>
|