870d67d36a
hyphenation patterns.
19 lines
506 B
Makefile
19 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/11/23 14:53:48 jaapb Exp $
|
|
|
|
DISTNAME= hyphen-2.8.6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= http://hunspell.sourceforge.net/
|
|
COMMENT= Library for high quality hyphenation and justification
|
|
LICENSE= mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= perl
|
|
|
|
REPLACE_PERL= substrings.pl
|
|
|
|
# url2pkg-marker (please do not remove this line.)
|
|
.include "../../mk/bsd.pkg.mk"
|