pkgsrc/lang/cdl3/Makefile
minskim b5b4c5dd2e Import cdl3 from pkgsrc-wip. Provided by Jaap Boender in PR pkg/22794.
CDL3 is a programming language, based on Affix Grammars, intended for
the development of compilers and other complicated pieces of software
that can be implemented as syntax-directed transducers.
2004-07-23 02:04:23 +00:00

20 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/07/23 02:04:23 minskim Exp $
#
DISTNAME= cdl3-1.2.4
CATEGORIES= lang
MASTER_SITES= ftp://ftp.cs.kun.nl/pub/cdl3/
EXTRACT_SUFX= .tgz
MAINTAINER= jaapboen@sci.kun.nl
HOMEPAGE= http://www.cs.kun.nl/~kees/cdl3/
COMMENT= Programming language for the development of compilers
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"