a6c0d12499
This is part of the japanese category retirement. CATEGORIES adjusted.
26 lines
725 B
Makefile
26 lines
725 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $
|
|
#
|
|
|
|
DISTNAME= chasen-${CHASEN_VERSION}
|
|
PKGNAME= chasen-base-${CHASEN_VERSION}
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/
|
|
|
|
PATCHFILES= chasen-${CHASEN_VERSION}-nmz.diff
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.netbsd.org
|
|
HOMEPAGE= http://chasen.aist-nara.ac.jp/
|
|
COMMENT= ChaSen, Japanese Morphological Analysis System
|
|
|
|
GNU_CONFIGURE= # defined
|
|
USE_LIBTOOL= # defined
|
|
USE_BUILDLINK_ONLY= # defined
|
|
OWN_DIRS= ${CHASEN_DICDIR}
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../chasen/Makefile.common"
|
|
.include "../../mk/bsd.pkg.install.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|