blob: d07e73e108b33aa3f5ca16f0e7dbffe85726e6ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.4 2005/02/01 15:04:58 ben 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_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|