[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / link-grammar

File: [cvs.NetBSD.org] / pkgsrc / textproc / link-grammar / Makefile (download)

Revision 1.12, Sat Jan 18 17:38:41 2020 UTC (4 years, 3 months ago) by gutteridge
Branch: MAIN
Changes since 1.11: +2 -1 lines

link-grammar: explicitly disable Python bindings

In some OS environments (e.g., some Linux distros), Python in the base
userland was being detected, and bindings were generated, causing a
build failure due to PLIST mismatch. (Python bindings aren't required
for this package's intended dependencies in pkgsrc, and so aren't
meant to be included. If someone wants them, they should add them as a
non-default option.)

# $NetBSD: Makefile,v 1.12 2020/01/18 17:38:41 gutteridge Exp $

DISTNAME=	link-grammar-5.6.2
CATEGORIES=	textproc
MASTER_SITES=	https://www.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://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

.include "../../mk/bsd.pkg.mk"