aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-02-10 14:15:04 +0800
committergpalmer <gpalmer@FreeBSD.org>1995-02-10 14:15:04 +0800
commita00668f09dd6149bbb264b1f78e728fcc87ad8c3 (patch)
tree59861ef24b5e4c3026ea83e3e90b53f7ca8217f7 /lang/smalltalk/Makefile
parent7a5883e27b15df49f49701055c98e5c080277469 (diff)
downloadfreebsd-ports-gnome-a00668f09dd6149bbb264b1f78e728fcc87ad8c3.tar.gz
freebsd-ports-gnome-a00668f09dd6149bbb264b1f78e728fcc87ad8c3.tar.zst
freebsd-ports-gnome-a00668f09dd6149bbb264b1f78e728fcc87ad8c3.zip
GNU Smalltalk version 1.1.1. The install target is a dummy which
prints a warning as the supplied install target is interactive.
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
new file mode 100644
index 000000000000..f0fbc883ed63
--- /dev/null
+++ b/lang/smalltalk/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: smalltalk
+# Version required: 1.1.1
+# Date created: 09 Feb 1995
+# Whom: gpalmer
+#
+# $Id$
+#
+
+DISTNAME= smalltalk-1.1.1
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
+MAINTAINER= gpalmer@FreeBSD.ORG
+
+pre-configure:
+ @cp ${FILESDIR}/m-fbsd-2.h ${WRKSRC}/config/m-fbsd-2.h
+ @(cd ${WRKSRC} ; ./config.mst fbsd-2)
+ @${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
+
+install:
+ @echo ">> The install target for smalltalk-1.1.1 is interactive."
+ @echo ">> Please read the file mst.texinfo for more information."
+ @${DO_NADA}
+
+.include <bsd.port.mk>