summaryrefslogtreecommitdiff
path: root/textproc/hyphen/Makefile
blob: 39d219171d21dcfe4e885833c594cc03484ff5f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.13 2022/06/28 11:36:11 wiz Exp $

DISTNAME=	hyphen-2.8.8
PKGREVISION=	5
CATEGORIES=	textproc
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=hunspell/}

MAINTAINER=	jaapb@NetBSD.org
HOMEPAGE=	https://hunspell.github.io/
COMMENT=	Library for high quality hyphenation and justification
LICENSE=	mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2

USE_LIBTOOL=	yes
USE_TOOLS+=	gawk patch perl
GNU_CONFIGURE=	yes

REPLACE_PERL=	substrings.pl

.include "../../mk/bsd.pkg.mk"