2005-12-29 07:21:30 +01:00
|
|
|
# $NetBSD: Makefile,v 1.14 2005/12/29 06:22:19 jlam Exp $
|
2002-05-31 15:00:50 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= chasen-${CHASEN_VERSION}
|
|
|
|
PKGNAME= chasen-base-${CHASEN_VERSION}
|
2005-08-18 17:37:17 +02:00
|
|
|
PKGREVISION= 2
|
2002-05-31 15:00:50 +02:00
|
|
|
CATEGORIES= japanese textproc
|
|
|
|
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/
|
|
|
|
|
2004-05-06 15:32:38 +02:00
|
|
|
PATCHFILES= chasen-2.3.3.20030821.patch \
|
2005-08-18 17:37:17 +02:00
|
|
|
chasen-2.3.3.20030822.patch
|
2002-05-31 15:00:50 +02:00
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
2002-05-31 15:00:50 +02:00
|
|
|
HOMEPAGE= http://chasen.aist-nara.ac.jp/
|
|
|
|
COMMENT= ChaSen, Japanese Morphological Analysis System
|
|
|
|
|
2003-01-28 23:03:00 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-06 15:32:38 +02:00
|
|
|
USE_LANGUAGE= c c++
|
2003-01-28 23:03:00 +01:00
|
|
|
USE_LIBTOOL= yes
|
2002-05-31 15:00:50 +02:00
|
|
|
OWN_DIRS= ${CHASEN_DICDIR}
|
|
|
|
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
|
2005-12-05 21:49:47 +01:00
|
|
|
.include "../../textproc/chasen/Makefile.common"
|
2004-05-07 09:11:42 +02:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
2004-05-06 19:34:59 +02:00
|
|
|
.include "../../devel/darts/buildlink3.mk"
|
2002-05-31 15:00:50 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|