aboutsummaryrefslogtreecommitdiff
path: root/x11/qt5-x11extras/Makefile
blob: c84cc938dc4e4aac33521812fc976d0f5ffe0193 (plain) (blame)
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

USE_QT=		core gui
USES=		qmake qt-dist:5,x11extras
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>