aboutsummaryrefslogtreecommitdiffstats
path: root/x11/qt5-x11extras/Makefile
blob: e8b29fadb3dff2f6321eb06908407a8413c65eef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   x11extras
DISTVERSION=    ${QT5_VERSION}
CATEGORIES= x11
PKGNAMEPREFIX=  qt5-

MAINTAINER= kde@FreeBSD.org
COMMENT=    Qt platform-specific features for X11-based systems

USE_QT5=    core gui
QT_DIST=    x11extras
USES=       qmake
USE_LDCONFIG=   ${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>