aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/groonga/Makefile
blob: 96ef7fe16a9d208314bc9539bdb13df1731e0505 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:    groonga
# Date created:     17 Nov 2010
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   groonga
PORTVERSION=    1.0.4
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_LOCAL} \
        http://groonga.org/files/groonga/
MASTER_SITE_SUBDIR= kuriyama

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Open-source fulltext search engine and column store

LICENSE=    LGPL21
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USE_GNOME=  pkgconfig

OPTIONS=    MECAB   "use mecab for morphological analysis" on

MAN1=   groonga.1

.include <bsd.port.pre.mk>

.if defined(WITH_MECAB) || exists(${LOCALBASE}/lib/libmecab.so)
CONFIGURE_ARGS+=    --with-mecab
LIB_DEPENDS+=   mecab:${PORTSDIR}/japanese/mecab
PLIST_SUB+= MECAB=""
.else
CONFIGURE_ARGS+=    --without-mecab
PLIST_SUB+= MECAB="@comment "
.endif

.include <bsd.port.post.mk>
.4miwi2007-02-273-11/+11 * - update to 2.1.3clsung2006-10-314-17/+16 * Bump PORTREVISION which should have been done when distinfo was updated.linimon2006-06-241-1/+1 * Add an additional mirror.ehaupt2006-04-291-1/+2 * Distfile was rerolled. No content changes.lawrance2006-04-221-2/+2