28 lines
794 B
Makefile
28 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/02/25 16:53:16 schwarz Exp $
|
|
#
|
|
|
|
DISTNAME= chasen-${CHASEN_VERSION}
|
|
PKGNAME= chasen-base-${CHASEN_VERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/
|
|
|
|
PATCHFILES= chasen-2.3.3.20030821.patch \
|
|
chasen-2.3.3.20030822.patch
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= http://chasen.aist-nara.ac.jp/
|
|
COMMENT= ChaSen, Japanese Morphological Analysis System
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
OWN_DIRS= ${CHASEN_DICDIR}
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../textproc/chasen/Makefile.common"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/darts/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|