blob: 3534ee2a86662754c6c833d3d496b0f234aa4ef9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PORTNAME= x11extras
DISTVERSION= ${QT5_VERSION}
CATEGORIES= x11
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt platform-specific features for X11-based systems
USES= compiler:c++11-lang qmake qt-dist:5,x11extras perl5
USE_QT= core gui
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
|