blob: ea5383fdd978e23c86db44e6351eda141768efeb (
plain)
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
|
# New ports collection makefile for: mecab-ipadic
# Date created: 2006-05-07
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
#
# $FreeBSD$
#
PORTNAME= mecab-ipadic
PORTVERSION= 2.7.0
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME:S/-ipadic//}/${SUB_DIR}
DISTNAME= ${PORTNAME}-${PORTVERSION}-${DISTVERSION}
MAINTAINER= tota@rtfm.jp
COMMENT= Japanese Morphological Dictionary for MeCab
BUILD_DEPENDS= mecab-config:${PORTSDIR}/japanese/mecab
DISTVERSION= 20060408
SUB_DIR= 19691
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|