blob: cf4f3b6c561df2cac67c0a2d7978965ffbf851e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= kuserfeedback
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= sysutils kde kde-frameworks
COMMENT= Framework for collecting feedback from application users
MAINTAINER= kde@FreeBSD.org
USES= bison cmake gl kde:6 qt:6 tar:xz
USE_GL= gl opengl
USE_KDE= ecm:build
USE_QT= base charts declarative svg tools
CMAKE_BOOL_OFF= ENABLE_PHP ENABLE_PHP_UNIT
.include <bsd.port.mk>
|