This is Malaga, a software package for the development and application of grammars that are used for the analysis of words and sentences of natural languages. It is a language-independent system that offers a programming language for the modelling of the language-dependent grammatical information. This language is also called Malaga. Malaga is based on the grammatical theory of the "Left Associative Grammar" (LAG), developed by Roland Hausser, professor for Computational Linguistics at University of Erlangen, Germany. TODO: nothing, but I coulnd't find a grammar with which to test it.
21 lines
557 B
Makefile
21 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/10/14 17:04:18 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= malaga-7.12
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://home.arcor.de/bjoern-beutel/malaga/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.0rg
|
|
HOMEPAGE= http://home.arcor.de/bjoern-beutel/malaga/
|
|
COMMENT= Grammar development and application for natural languages
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
INFO_FILES= yes
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|