mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
31 lines
614 B
Makefile
31 lines
614 B
Makefile
BROKEN-sparc64 = undefined reference to `std::filesystem::__cxx11::path::*
|
|
|
|
COMMENT= FTS indexer for grommunio-web
|
|
|
|
V= 1.3
|
|
DISTNAME= grommunio-index-${V}
|
|
REVISION= 0
|
|
|
|
GH_ACCOUNT= grommunio
|
|
GH_PROJECT= grommunio-index
|
|
GH_COMMIT= 2bd8a8c9d6fe8673b9eaac0be7f7a6ef688c7002
|
|
|
|
CATEGORIES= mail www productivity
|
|
|
|
MODULES= devel/cmake
|
|
|
|
MODCMAKE_LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
# C++
|
|
COMPILER= base-clang ports-gcc
|
|
|
|
LIB_DEPENDS= databases/mariadb \
|
|
databases/sqlite3 \
|
|
devel/libHX \
|
|
mail/grommunio/libexmdbpp \
|
|
textproc/libxml
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} HX c exmdbpp m mariadb sqlite3 xml2
|
|
|
|
.include <bsd.port.mk>
|