pkgsrc/lang/cdl3/Makefile
asau 01c13c67cc Update to CDL3 version 1.2.8
This release fixes few minor issues and improves compiler support.
2011-04-19 19:45:02 +00:00

18 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.11 2011/04/19 19:45:02 asau Exp $
DISTNAME= cdl3-1.2.8
CATEGORIES= lang
MASTER_SITES= ftp://ftp.cs.ru.nl/pub/cdl3/
MAINTAINER= jaapb@kerguelen.org
HOMEPAGE= http://www.cs.ru.nl/~kees/cdl3/
COMMENT= Programming language for the development of compilers
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"