pkgsrc/textproc/chasen-base/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

32 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:19 tv Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
PKGNAME= chasen-base-${CHASEN_VERSION}
PKGREVISION= 1
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 \
chasen-2.3.3.20031024.patch
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= yes
USE_LANGUAGE= c c++
USE_LIBTOOL= yes
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
OWN_DIRS= ${CHASEN_DICDIR}
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../chasen/Makefile.common"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/darts/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"