c569c6a51f
MAKE_JOBS=2 and worked without.
22 lines
499 B
Makefile
22 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/06/30 00:07:23 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= link-grammar-4.3.4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.abisource.com/downloads/link-grammar/4.3.4/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.abisource.com/projects/link-grammar/
|
|
COMMENT= Syntactic parsing library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= link-grammar.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|