opnsense-ports/graphics/libkscreen/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

30 lines
804 B
Makefile

# Created by: alonso@
# $FreeBSD$
PORTNAME= libkscreen
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE screen management library
LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \
libxcb.so:${PORTSDIR}/x11/libxcb \
libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \
libxcb-render-util.so:${PORTSDIR}/x11/xcb-util-renderutil
USE_KDE4= kdelibs kdeprefix 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>