aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mecab/Makefile
blob: 5f846d299239320f29f156c11fa73e2baaa0a12c (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
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:    mecab
# Date created:     2 April 2003
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   mecab
PORTVERSION=    0.91
PORTREVISION=   1
CATEGORIES= japanese textproc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/${SUB_DIR}
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Yet Another Part-of-Speech and Morphological Analyzer

SUB_DIR=    20027

USE_PERL5_BUILD=    yes
GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes

CONFIGURE_ENV=  CPPFLAGS="${PTHREAD_CFLAGS}"

MAN1=       mecab.1

DOCS=       AUTHORS README doc/*.html

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
IGNORE=     requires perl 5.8.x or later.  Install lang/perl5.8 and try again
.endif

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
    @${CAT} ${PKGMESSAGE}

post-patch:
    ${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \
             -e 's/-O3/${CFLAGS}/' ${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.post.mk>