freebsd-ports/graphics/libkscreen/Makefile
Rene Ladan 059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00

30 lines
746 B
Makefile

# Created by: alonso@
# $FreeBSD$
PORTNAME= libkscreen
PORTVERSION= 1.0.5
PORTREVISION= 2
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 \
libxcb.so:x11/libxcb \
libxcb-image.so:x11/xcb-util-image \
libxcb-render-util.so:x11/xcb-util-renderutil
USE_KDE4= kdelibs automoc4
USES= cmake:outsource pkgconfig tar:xz
USE_QT4= 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>