blob: 50130f8a3ece93cadb5cb0d88e7660a96320e019 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:43 joerg Exp $
DISTNAME= cdl3-1.2.5
PKGREVISION= 1
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"
|