27 lines
752 B
Makefile
27 lines
752 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/10/15 19:22:23 bsiegert Exp $
|
|
|
|
GITHUB_PROJECT= hfst-ospell
|
|
DISTNAME= hfstospell-0.5.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=hfst/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= bsiegert@NetBSD.org
|
|
HOMEPAGE= https://github.com/hfst/hfst-ospell/
|
|
COMMENT= HFST spell checker library and command line tool
|
|
LICENSE= apache-2.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config autoreconf autoconf automake aclocal
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++11
|
|
|
|
PKGCONFIG_OVERRIDE+= hfstospell.pc.in
|
|
|
|
pre-patch:
|
|
cd ${WRKSRC} && autoreconf -vi
|
|
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../textproc/libxml++/buildlink3.mk"
|
|
.include "../../archivers/libarchive/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|