summaryrefslogtreecommitdiff
path: root/lang/cdl3/Makefile
blob: 436ba055f62cdb6131817b5fc91784ee6ad9fd5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.14 2014/10/09 14:06:37 wiz Exp $

DISTNAME=	cdl3-1.2.8
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.cs.ru.nl/pub/cdl3/

MAINTAINER=	jaapb@NetBSD.org
HOMEPAGE=	http://www.cs.ru.nl/~kees/cdl3/
COMMENT=	Programming language for the development of compilers
LICENSE=	gnu-gpl-v2

USE_TOOLS+=		gmake
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes

.include "../../mk/bsd.pkg.mk"