mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
31 lines
760 B
Makefile
31 lines
760 B
Makefile
# Created by: alonso@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libkscreen
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE screen management library
|
|
|
|
LIB_DEPENDS= libqjson.so:devel/qjson@qt4 \
|
|
libxcb.so:x11/libxcb \
|
|
libxcb-image.so:x11/xcb-util-image \
|
|
libxcb-render-util.so:x11/xcb-util-renderutil
|
|
|
|
USES= cmake:outsource kde:4 pkgconfig qt:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= corelib dbus gui script \
|
|
moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
|
|
${WRKSRC}/src/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|