585534220c
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
17 lines
413 B
Makefile
17 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:08 jlam Exp $
|
|
|
|
DISTNAME= cdl3-1.2.5
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.cs.ru.nl/pub/cdl3/
|
|
|
|
MAINTAINER= jaapb@kerguelen.org
|
|
HOMEPAGE= http://www.niii.ru.nl/~kees/cdl3/
|
|
COMMENT= Programming language for the development of compilers
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|