25 lines
687 B
Makefile
25 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/04/03 00:33:08 ryoon Exp $
|
|
|
|
GITHUB_PROJECT= hfst-ospell
|
|
DISTNAME= hfstospell-0.5.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=hfst/}
|
|
GITHUB_RELEASE= 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
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++14
|
|
|
|
PKGCONFIG_OVERRIDE+= hfstospell.pc.in
|
|
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../textproc/libxml++/buildlink3.mk"
|
|
.include "../../archivers/libarchive/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|