blob: 1e8341f6f750377e3bfef99ad565aaf20043f1f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= screengrab
PORTVERSION= 2.1.0
CATEGORIES= x11
MASTER_SITES= LXQT
MAINTAINER= jsm@FreeBSD.org
COMMENT= Screen dump utility
LICENSE= LGPL21+
USES= cmake compiler:c++11-lang gnome kde:5 lxqt qt:5 tar:xz xorg
USE_LXQT= qtxdg
USE_XORG= x11 xcb sm ice xext
USE_KDE= windowsystem
USE_QT= buildtools qmake core dbus xml svg widgets gui x11extras network
USE_GNOME= glib20
.include <bsd.port.mk>
|