freebsd-ports/devel/qt5-remoteobjects/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
317 B
Makefile

PORTNAME= remoteobjects
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt5 SXCML module
USES= compiler:c++11-lang gl qmake qt-dist:5
USE_GL= gl
USE_QT= core declarative network \
buildtools_build
QT_BINARIES= yes
.include <bsd.port.mk>