16 lines
385 B
Makefile
16 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.15 2017/08/01 17:40:12 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"
|