4c5692ea3f
Provided by MAINTAINER, Jaap Boender in PR 35941. ChangeLog: 2006-01 M. Seutter * Bumped version to 1.2.7 * ANSI-fied code of runtime system and prepared for WIN32 port * Finished MS VC++ 6.0 port 2004-12-10 Marco van Zwetselaar * Added autogen.sh as a convenience for maintainers. It invokes the autotools machinery and should be called right after pulling cdl3 from CVS, or whenever a Makefile.am or configure.in changes * Updated the README, INSTALL, NEWS, TODO and AUTHORS files * Added .cvsignore files in several places * Fixed various Makefile.ams to get rid of cruft * configure.in - bumped version to 1.2.6 * man pages - moved man N stuff to man 7 as per File Hierarchy Standard - use the autotools man_MANS mechanism - man.{1,3} pages now get generated from man.{1,3}.in * examples - Makefile.example now gets generated from Makefile.example.in
17 lines
413 B
Makefile
17 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.9 2007/03/18 15:12:37 obache Exp $
|
|
|
|
DISTNAME= cdl3-1.2.7
|
|
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
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|