mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
ebc572646b
Relnotes: https://pgroonga.github.io/news/
29 lines
718 B
Makefile
29 lines
718 B
Makefile
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pgroonga
|
|
PORTVERSION= 2.0.9
|
|
CATEGORIES= databases textproc
|
|
MASTER_SITES= http://packages.groonga.org/source/pgroonga/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Open-source fulltext search engine for PostGRESQL
|
|
|
|
LICENSE= PostgreSQL
|
|
|
|
LIB_DEPENDS= libgroonga.so:textproc/groonga
|
|
|
|
USES= gmake pgsql pkgconfig
|
|
LLD_UNSAFE= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= MECAB
|
|
MECAB_DESCRIBE= Use MeCab as a tokenizer
|
|
MECAB_BUILD_DEPENDS= mecab-ipadics>=0.996:japanese/mecab-ipadic
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga.so
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgroonga_check.so
|
|
|
|
.include <bsd.port.mk>
|