blob: 8d3acb770627861997200eaaae5a195517bbd761 (
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.19 2021/05/16 20:14:06 gutteridge Exp $
DISTNAME= link-grammar-5.9.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 "../../devel/argp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|