pkgsrc-wip/eag/Makefile
Juan Romero Pardines 9f3af383e9 Initial import of eag 2.3. Package provided by Jaap Boender via PR
pkg/22795.

Extended Affix Grammars (EAG) are an attempt to implement a very general form
of Affix Grammars, with very few restrictions. EAG can be used as a
specification formalism, specifying in general relations rather than functions,
or as a relational programming language similar in many respects to PROLOG.
2003-09-17 14:40:37 +00:00

19 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 14:40:37 xtraeme Exp $
#
DISTNAME= eag-2.3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.cs.kun.nl/pub/eag/
EXTRACT_SUFX= .tgz
MAINTAINER= jaapboen@sci.kun.nl
HOMEPAGE= http://www.cs.kun.nl/~kees/eag
COMMENT= Transducer generator using affix grammars
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"