2018-04-08 17:01:54 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= spectacle
|
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
|
|
CATEGORIES= graphics kde kde-applications
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= KDE screen capture program
|
|
|
|
|
|
|
|
LIB_DEPENDS= libxcb-cursor.so:x11/xcb-util-cursor \
|
|
|
|
libxcb-image.so:x11/xcb-util-image \
|
|
|
|
libxcb-util.so:x11/xcb-util
|
2019-08-30 21:45:19 +00:00
|
|
|
RUN_DEPENDS= kipi-plugins>=0:graphics/kipi-plugins
|
2018-04-08 17:01:54 +00:00
|
|
|
|
2019-11-03 09:04:23 +00:00
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz xorg
|
2018-04-28 18:11:49 +00:00
|
|
|
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
2020-03-14 19:03:35 +00:00
|
|
|
dbusaddons doctools ecm globalaccel i18n jobwidgets kdeclarative kio \
|
2019-10-15 18:31:10 +00:00
|
|
|
libkipi newstuff notifications package service wayland \
|
|
|
|
widgetsaddons windowsystem xmlgui
|
2018-11-04 19:00:53 +00:00
|
|
|
USE_QT= core concurrent dbus declarative gui network printsupport \
|
2018-10-03 17:21:00 +00:00
|
|
|
quickcontrols widgets x11extras xml \
|
2018-04-08 17:01:54 +00:00
|
|
|
buildtools_build qmake_build
|
|
|
|
USE_XORG= x11 xcb xext xfixes
|
|
|
|
|
2018-09-10 13:14:50 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2018-04-08 17:01:54 +00:00
|
|
|
.include <bsd.port.mk>
|