pkgsrc/textproc/ipadic/Makefile
jlam d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00

26 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/01/28 22:04:21 jlam Exp $
#
DISTNAME= ipadic-2.4.4
PKGREVISION= 1
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
DEPENDS= chasen-base>=2.2.5:../../textproc/chasen-base
GNU_CONFIGURE= yes
USE_PKGINSTALL= yes
CONF_FILES= ${CHASEN_DICDIR}/ipadic/chasenrc.example \
${CHASEN_CONFDIR}/chasenrc
post-install:
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${CHASEN_DICDIR}/ipadic/chasenrc.example
.include "../../textproc/chasen/Makefile.common"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"