pkgsrc/textproc/ja-grep/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

35 lines
949 B
Makefile

# $NetBSD: Makefile,v 1.15 2020/01/18 23:35:28 rillig Exp $
DISTNAME= grep-2.4.2
PKGNAME= ja-grep-2.4.2
PKGREVISION= 1
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
PATCH_SITES= http://www.hinadori.atnifty.com/~wills/program/
PATCHFILES= grep-2.4.2-mlb2.patch.gz
PATCH_DIST_STRIP= -p1
CONFLICTS+= grep-[0-9]*
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= https://www.gnu.org/software/grep/grep.html
COMMENT= GNU grep + multi-byte extension
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --program-transform-name='s,^,j,'
TEST_TARGET= check
INFO_FILES= yes
INSTALLATION_DIRS= share/doc/ja-grep
INSTALL_MAKE_FLAGS+= gnulocaledir=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale \
datadir=${DESTDIR}${PREFIX}/share
post-install:
${INSTALL_DATA} ${WRKSRC}/README.MB ${DESTDIR}${PREFIX}/share/doc/ja-grep
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"