60bb11fe44
Version 5.8.1 (8 January 2021) * Fix macOS/SunOS build break. * English dict: fix numerical identifiers used as adjectives. * English dict: fix post-posed Latin adjectival modifiers. * Merge upstream gentoo patches. #1102 * Make -O3 default for CFLAGS/CXXFLAGS, but overridable by the user. * English dict: fix look_at, listen_to person-action * English dict: fix verb "felt" with object-action. * English dict: fix why-perform-action questions. * Fix race condition in spell-guesser. #1122 #1123
27 lines
830 B
Makefile
27 lines
830 B
Makefile
# $NetBSD: Makefile,v 1.16 2021/01/20 00:55:58 gutteridge Exp $
|
|
|
|
DISTNAME= link-grammar-5.8.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://www.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.abisource.com/projects/link-grammar/
|
|
COMMENT= Syntactic parsing library
|
|
LICENSE= modified-bsd AND gnu-lgpl-v2.1
|
|
|
|
USE_LANGUAGES= c99 c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-java-bindings
|
|
CONFIGURE_ARGS+= --disable-python-bindings
|
|
|
|
PKGCONFIG_OVERRIDE+= link-grammar.pc.in
|
|
|
|
# Not all currently supported compilers provide this option.
|
|
# The configure script purports to check whether the compiler
|
|
# supports it, but doesn't do so correctly.
|
|
BUILDLINK_TRANSFORM+= rm:-Wformat-signedness
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|