mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
cf118ccf87
Reported by: lwhsu
16 lines
296 B
Makefile
16 lines
296 B
Makefile
PORTNAME= scxml
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt5 SXCML module
|
|
|
|
USES= compiler:c++11-lang qmake qt-dist:5,scxml
|
|
USE_QT= core declarative network buildtools_build
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|