f3ece22c3b
Convert the makefile to the new format
30 lines
602 B
Makefile
30 lines
602 B
Makefile
# $Id: Makefile,v 1.33 1995/06/21 10:47:38 asami Exp $
|
|
#
|
|
# BROKEN: expect (no package file yet)
|
|
# BROKEN: gnat (not really broken, just requires existing gnat compiler)
|
|
#
|
|
|
|
SUBDIR += Gofer
|
|
SUBDIR += STk
|
|
SUBDIR += Sather
|
|
SUBDIR += elk
|
|
SUBDIR += forth
|
|
SUBDIR += g77
|
|
SUBDIR += gcl
|
|
SUBDIR += guile-ii
|
|
SUBDIR += icon
|
|
SUBDIR += itcl
|
|
SUBDIR += logo
|
|
SUBDIR += mit-scheme
|
|
SUBDIR += p2c
|
|
SUBDIR += pTk
|
|
SUBDIR += perl5
|
|
SUBDIR += scheme48
|
|
SUBDIR += schemetoc
|
|
SUBDIR += scm
|
|
SUBDIR += smalltalk
|
|
SUBDIR += tcl
|
|
SUBDIR += tclX
|
|
|
|
.include <bsd.port.subdir.mk>
|