summaryrefslogtreecommitdiff
path: root/lang/cdl3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cdl3/Makefile')
-rw-r--r--lang/cdl3/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/cdl3/Makefile b/lang/cdl3/Makefile
new file mode 100644
index 00000000000..e9009ffd7bc
--- /dev/null
+++ b/lang/cdl3/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/23 02:04:23 minskim Exp $
+#
+
+DISTNAME= cdl3-1.2.4
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.cs.kun.nl/pub/cdl3/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jaapboen@sci.kun.nl
+HOMEPAGE= http://www.cs.kun.nl/~kees/cdl3/
+COMMENT= Programming language for the development of compilers
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_GNU_TOOLS+= make
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"