ab4cc61841
* Redundant libraries, libtool .la entry taka care about it. PR 41467. * Redundant @dirrm entries, OWN_DIRS take care about it. Bump PKGREVISION.
24 lines
707 B
Makefile
24 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.20 2009/05/21 13:49:59 obache Exp $
|
|
#
|
|
|
|
DISTNAME= chasen-${CHASEN_VERSION}
|
|
PKGNAME= chasen-base-${CHASEN_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=chasen-legacy/32224/}
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= http://chasen-legacy.sourceforge.jp/
|
|
COMMENT= ChaSen, Japanese Morphological Analysis System
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
OWN_DIRS= ${PREFIX}/${CHASEN_DICDIR}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../textproc/chasen/Makefile.common"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/darts/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|