diff options
Diffstat (limited to 'devel/qt5-scxml/Makefile')
| -rw-r--r-- | devel/qt5-scxml/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/qt5-scxml/Makefile b/devel/qt5-scxml/Makefile new file mode 100644 index 000000000000..6b5bac09bb0b --- /dev/null +++ b/devel/qt5-scxml/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= scxml +DISTVERSION= ${QT5_VERSION} +CATEGORIES= devel +PKGNAMEPREFIX= qt5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt5 SXCML module + +USE_QT5= core network qml buildtools_build +QT_DIST= ${PORTNAME} +USES= qmake +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} + +.include <bsd.port.mk> |
