summaryrefslogtreecommitdiff
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-10-23 16:19:24 +0000
committeragc <agc@pkgsrc.org>2000-10-23 16:19:24 +0000
commitda9ad8f9a4649af0ae107f9a131e1a3ad27dd6f3 (patch)
treeb7147b8bde3a9366a52424ef9e39c41ce279eb5b /lang/smalltalk/Makefile
parenta0f0902769b91ea54e23ac1603ccae151d9dbd86 (diff)
downloadpkgsrc-da9ad8f9a4649af0ae107f9a131e1a3ad27dd6f3.tar.gz
Initial import of GNU Smalltalk, the GNU implementation of the
Smalltalk-80 language, into the packages collection.
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
new file mode 100644
index 00000000000..b26b11d83c4
--- /dev/null
+++ b/lang/smalltalk/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/23 16:19:24 agc Exp $
+#
+
+DISTNAME= smalltalk-1.8.2
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GNU:=smalltalk/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/smalltalk/smalltalk.html
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+INFO_FILES= gst.info
+
+.include "../../mk/bsd.pkg.mk"