summaryrefslogtreecommitdiff
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
deleted file mode 100644
index a194a5520a19..000000000000
--- a/lang/smalltalk/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: smalltalk
-# Version required: 1.1.1
-# Date created: 09 Feb 1995
-# Whom: gpalmer
-#
-# $Id: Makefile,v 1.5 1995/04/18 05:18:51 asami Exp $
-#
-
-DISTNAME= smalltalk-1.1.1
-CATEGORIES+= languages
-MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
-
-MAINTAINER= gpalmer@FreeBSD.ORG
-
-IS_INTERACTIVE= yes
-
-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}
-
-do-install:
- @echo ">> The install target for smalltalk-1.1.1 is interactive."
- @echo ">> Please read the file mst.texinfo for more information."
-
-.include <bsd.port.mk>