summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoragc <agc>1997-10-06 15:14:53 +0000
committeragc <agc>1997-10-06 15:14:53 +0000
commit93faebb99d8fc93b84c08a818f080ba62f20ce3c (patch)
treeaf6fa646e1f5e6f3be441feda6337f7bb4137d8e /lang
parent6815989082a24637637017d0795a9c9735ddfd49 (diff)
downloadpkgsrc-93faebb99d8fc93b84c08a818f080ba62f20ce3c.tar.gz
Add NetBSD RCS Id.
Comment out the untested NetBSD packages. Add mawk as a subdirectory.
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile100
1 files changed, 51 insertions, 49 deletions
diff --git a/lang/Makefile b/lang/Makefile
index c558ac642b7..2ebdf747db1 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,58 +1,60 @@
+# $NetBSD: Makefile,v 1.2 1997/10/06 15:14:53 agc Exp $
# FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp
#
- SUBDIR += Gofer
- SUBDIR += STk
- SUBDIR += Sather
- SUBDIR += bwbasic
- SUBDIR += cim
- SUBDIR += cmucl
- SUBDIR += eiffel
- SUBDIR += elk
- SUBDIR += eperl
- SUBDIR += expect
- SUBDIR += forth
- SUBDIR += g77
- SUBDIR += gcl
- SUBDIR += gnat
- SUBDIR += guavac
- SUBDIR += guile-iii
+# SUBDIR += Gofer
+# SUBDIR += STk
+# SUBDIR += Sather
+# SUBDIR += bwbasic
+# SUBDIR += cim
+# SUBDIR += cmucl
+# SUBDIR += eiffel
+# SUBDIR += elk
+# SUBDIR += eperl
+# SUBDIR += expect
+# SUBDIR += forth
+# SUBDIR += g77
+# SUBDIR += gcl
+# SUBDIR += gnat
+# SUBDIR += guavac
+# SUBDIR += guile-iii
SUBDIR += icon
- SUBDIR += idl4
- SUBDIR += itcl
- SUBDIR += javac_netscape
- SUBDIR += jdk
- SUBDIR += kaffe
- SUBDIR += lcc
- SUBDIR += logo
- SUBDIR += mit-scheme
- SUBDIR += mixal
- SUBDIR += mocka
- SUBDIR += modula-3
- SUBDIR += modula-3-lib
- SUBDIR += modula-3-socks
- SUBDIR += moscow_ml
- SUBDIR += ocaml
- SUBDIR += p2c
- SUBDIR += p5-Tcl
- SUBDIR += p5-ePerl
- SUBDIR += pbasic
+# SUBDIR += idl4
+# SUBDIR += itcl
+# SUBDIR += javac_netscape
+# SUBDIR += jdk
+# SUBDIR += kaffe
+# SUBDIR += lcc
+# SUBDIR += logo
+ SUBDIR += mawk
+# SUBDIR += mit-scheme
+# SUBDIR += mixal
+# SUBDIR += mocka
+# SUBDIR += modula-3
+# SUBDIR += modula-3-lib
+# SUBDIR += modula-3-socks
+# SUBDIR += moscow_ml
+# SUBDIR += ocaml
+# SUBDIR += p2c
+# SUBDIR += p5-Tcl
+# SUBDIR += p5-ePerl
+# SUBDIR += pbasic
SUBDIR += perl5
- SUBDIR += pgcc
- SUBDIR += pgcc-current
- SUBDIR += python
- SUBDIR += rexx-imc
- SUBDIR += ruby
+# SUBDIR += pgcc
+# SUBDIR += pgcc-current
+# SUBDIR += python
+# SUBDIR += rexx-imc
+# SUBDIR += ruby
SUBDIR += scheme48
- SUBDIR += schemetoc
- SUBDIR += scm
- SUBDIR += smalltalk
- SUBDIR += squeak
- SUBDIR += sr
- SUBDIR += swi-pl
- SUBDIR += tcl75
- SUBDIR += tcl76
+# SUBDIR += schemetoc
+# SUBDIR += scm
+# SUBDIR += smalltalk
+# SUBDIR += squeak
+# SUBDIR += sr
+# SUBDIR += swi-pl
+# SUBDIR += tcl75
+# SUBDIR += tcl76
SUBDIR += tcl80
- SUBDIR += xpl
+# SUBDIR += xpl
.include <bsd.port.subdir.mk>