diff options
Diffstat (limited to 'databases/qt5-sql/Makefile')
-rw-r--r-- | databases/qt5-sql/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/qt5-sql/Makefile b/databases/qt5-sql/Makefile new file mode 100644 index 000000000000..06f907b07ff0 --- /dev/null +++ b/databases/qt5-sql/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= sql +DISTVERSION= ${QT5_VERSION} +CATEGORIES= databases +PKGNAMEPREFIX= qt5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt SQL database integration module + +USE_QT5= core qmake_build buildtools_build +QT_DIST= base +HAS_CONFIGURE= yes +CONFIGURE_ARGS= -no-gui -no-xcb +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} + +BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} +INSTALL_WRKSRC= ${BUILD_WRKSRC} + +.include <bsd.port.mk> |