to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
33 lines
948 B
Makefile
33 lines
948 B
Makefile
# Created by: Dima Panov <fluffy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libkdcraw
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= LibRaw interface for KDE
|
|
|
|
LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \
|
|
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|
liblcms.so:${PORTSDIR}/graphics/lcms \
|
|
libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
|
libraw.so:${PORTSDIR}/graphics/libraw
|
|
|
|
CMAKE_ARGS+= -DWITH_OpenMP:BOOL=False \
|
|
-DENABLE_RAWSPEED=True
|
|
|
|
USE_KDE4= automoc4 kdehier kdeprefix kdelibs
|
|
USES= cmake:outsource pkgconfig tar:xz
|
|
USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \
|
|
-e 's/${PORTNAME}.pc\([^.]\)/${PORTNAME}-kde4.pc\1/g' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|