blob: 84e307dda73a2a1e4eec88fbaf74141aa648dd51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.20 2021/10/29 21:11:25 gutteridge Exp $
DISTNAME= link-grammar-5.10.2
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 "../../devel/argp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|