ef7424d67c
* origin/pristine: (287 commits)
www/py-dj50-django-auth-ldap: Remove expired port
devel/py-dj50-django-rq: Remove expired port
www/py-dj50-django-debug-toolbar: Remove expired port
www/py-dj50-drf-spectacular-sidecar: Remove expired port
devel/aphpbreakdown: Remove expired port
www/py-dj50-djangorestframework: Remove expired port
www/py-dj50-drf-spectacular: Remove expired port
devel/p5-Glib: fix runtime with Perl 5.40
devel/wasi-{compiler-rt,libcxx}20: sync to 20.1.6
editors/openoffice-*: Re-order include path
www/gohugo: Update to 0.147.7
net-p2p/{lib,r}torrent: Update to 0.15.4
print/makeindex: Refactor
russian/d1489: Refactor
security/sectok: Mark DEPRECATED
security/libsectok: Mark DEPRECATED
sysutils/seatools: Use USES=tar
textproc/xml-commons: Refactor
vietnamese/vnpstext: Use USES=tar
x11-drivers/xf86-video-amdgpu: Refactor
...
49 lines
1.2 KiB
Makefile
49 lines
1.2 KiB
Makefile
PORTNAME= groonga
|
|
DISTVERSION= 15.0.9
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://packages.groonga.org/source/groonga/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Open-source fulltext search engine and column store
|
|
WWW= https://groonga.org/
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake libedit libtool localbase:ldflags pathfix pkgconfig ssl
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-benchmark \
|
|
--disable-document \
|
|
--localstatedir=/var \
|
|
--with-log-path=/var/log/groonga.log \
|
|
--with-munin-plugins \
|
|
--without-cutter \
|
|
--without-inkscape \
|
|
--without-kytea \
|
|
--without-lemon
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= RUBY SUGGEST
|
|
OPTIONS_DEFAULT= RUBY
|
|
OPTIONS_SUB= yes
|
|
|
|
SUGGEST_DESC= Suggestions support
|
|
|
|
RUBY_RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler
|
|
RUBY_USES= ruby
|
|
RUBY_CONFIGURE_ON= --enable-mruby
|
|
SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent \
|
|
libmsgpackc.so:devel/msgpack-c \
|
|
libzmq.so:net/libzmq4
|
|
SUGGEST_CONFIGURE_ON= --enable-zeromq \
|
|
--with-libevent=${LOCALBASE} \
|
|
--with-message-pack=${LOCALBASE}
|
|
SUGGEST_CONFIGURE_OFF= --disable-zeromq \
|
|
--without-libevent \
|
|
--without-message-pack
|
|
|
|
.include <bsd.port.mk>
|