pkgsrc/textproc/ipadic/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

34 lines
978 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/01/26 17:32:14 rillig Exp $
#
DISTNAME= ipadic-2.7.0
PKGREVISION= 2
CATEGORIES= japanese textproc
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/ipadic/
MASTER_SITES= ${MASTER_SITE_OSDN:=ipadic/24435/}
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= https://chasen-legacy.osdn.jp/
COMMENT= Japanese Morphological Dictionary including parameter for ChaSen
GNU_CONFIGURE= yes
CONF_FILES= ${PREFIX}/${CHASEN_DICDIR}/ipadic/chasenrc.example \
${PKG_SYSCONFDIR}/chasenrc
DOCDIR= share/doc/chasen
DOCS= AUTHORS COPYING ChangeLog NEWS doc/ipadic-ja.pdf
INSTALLATION_DIRS= ${DOCDIR}
MAKE_JOBS_SAFE= no
post-install:
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${DESTDIR}${PREFIX}/${CHASEN_DICDIR}/ipadic/chasenrc.example
.include "../../textproc/chasen/Makefile.common"
.include "../../textproc/chasen-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"