pkgsrc/textproc/chasen-base/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

27 lines
787 B
Makefile

# $NetBSD: Makefile,v 1.26 2020/01/26 17:32:13 rillig Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
PKGNAME= chasen-base-${CHASEN_VERSION}
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_OSDN:=chasen-legacy/56305/}
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= https://chasen-legacy.osdn.jp/
COMMENT= ChaSen, Japanese Morphological Analysis System
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= autoconf
OWN_DIRS= ${PREFIX}/${CHASEN_DICDIR}
pre-configure:
cd ${WRKSRC} && autoreconf -fi
${LN} -s ${_OVERRIDE_PATH.depcomp} ${WRKSRC}/depcomp
.include "../../textproc/chasen/Makefile.common"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/darts/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"