diff options
Diffstat (limited to 'databases/arrow-glib/Makefile')
-rw-r--r-- | databases/arrow-glib/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/arrow-glib/Makefile b/databases/arrow-glib/Makefile new file mode 100644 index 000000000000..a49090855047 --- /dev/null +++ b/databases/arrow-glib/Makefile @@ -0,0 +1,24 @@ +PORTNAME= arrow +PORTVERSION= 8.0.0 +CATEGORIES= databases +MASTER_SITES= APACHE/arrow/arrow-${PORTVERSION}/ +PKGNAMESUFFIX= -glib +DISTNAME= apache-arrow-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= C API wrapper library for Arrow C++ +WWW= https://arrow.apache.org/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/../LICENSE.txt + +BUILD_DEPENDS= arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow +LIB_DEPENDS= libarrow.so:databases/arrow + +USES= compiler:c++11-lang gnome meson pkgconfig +USE_GNOME= introspection + +MESON_ARGS= -Darrow_cpp_build_dir='' -Darrow_cpp_build_type='release' -Dgtk_doc=false +WRKSRC_SUBDIR= c_glib + +.include <bsd.port.mk> |