pkgsrc/textproc/ipadic/Makefile
jlam dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00

30 lines
857 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/12/29 06:22:19 jlam Exp $
#
DISTNAME= ipadic-2.7.0
PKGREVISION= 2
CATEGORIES= japanese textproc
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://chasen.aist-nara.ac.jp/
COMMENT= Japanese Morphological Dictionary for ChaSen
GNU_CONFIGURE= yes
CONF_FILES= ${CHASEN_DICDIR}/ipadic/chasenrc.example \
${PKG_SYSCONFDIR}/chasenrc
DOCDIR= ${PREFIX}/share/doc/chasen
DOCS= AUTHORS COPYING ChangeLog NEWS doc/ipadic-ja.pdf
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${CHASEN_DICDIR}/ipadic/chasenrc.example
.include "../../textproc/chasen/Makefile.common"
.include "../../textproc/chasen-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"