mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
20 lines
514 B
Makefile
20 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.7 2016/07/15 11:36:43 mef Exp $
|
|
|
|
DISTNAME= link-grammar-5.3.7
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://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= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= link-grammar.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|