aboutsummaryrefslogtreecommitdiff
path: root/x11/qt5-x11extras/Makefile
blob: d5a5e91b73e453cf1add477a53e7e753b6adcbab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	x11extras
DISTVERSION=	${QT5_VERSION}
PORTREVISION=	1
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

.include <bsd.port.mk>