1d34993dce
Package's own changes are below. o utilize bsd.pkg.install.mk for handling of dictonary directory. o move mkchadic commands from ${LOCALBASE}/libexec/chasen to ${LOCALBASE}/sbin since these commands aren't daemon nor executed by other programs. o Drop installation of program for SICStus Prolog since this should be a separate package. But there is no SICStus Prolog pacakge now. o Installation of documents written in TeX and PDF was dropped by chasen distribution. If someone wants it, chasen-doc pacakge should be created. Here is quote from ChangeLog. 2002-02-08 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp> * release-2.2.9 2002-02-06 KITAUCHI Akira <kitauchi@rd.nttdata.co.jp> * new option (KIHONKEI ---) in cforms.cha changing BASE_FORM name 2002-01-05 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/tokenizer.c (cha_tok_parse): Fix wrong size of buffer. Thanks to HAMATANI Chihiro <hamatani@rsk.ricoh.co.jp> * lib/init.c (cha_init): the tokenizer is never destroyed. * configure.in: Change the order of AC_PROG_CC and AM_PROG_LIBTOOL. 2001-12-25 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/chalib.c (chasen_command): * mkchadic/makeint.c (main): * mkchadic/mkary.c (open_array_file): * mkchadic/sortdic.c (sortdic): Open files in binary mode. 2001-12-11 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp> * lib/jfgets.c (cha_fget_line): Fix a buffer-overrun bug.
26 lines
714 B
Makefile
26 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.10 2002/02/09 07:30:20 taca Exp $
|
|
#
|
|
|
|
DISTNAME= chasen-${CHASEN_VERSION}
|
|
PKGNAME= chasen-base-${CHASEN_VERSION}
|
|
CATEGORIES= japanese
|
|
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"
|