diff options
author | asami <asami@FreeBSD.org> | 1997-06-10 09:31:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-10 09:31:49 +0000 |
commit | 80a17bf8e7821b4e09061af7988b41c7d08932c0 (patch) | |
tree | 34f003570bce14a5cae7f6ad77a941f1cc6c43db /lang/squeak1/Makefile | |
parent | e78a71580f5915809c5c1df3ab95346db8b4a46d (diff) | |
download | FreeBSD-ports-80a17bf8e7821b4e09061af7988b41c7d08932c0.zip FreeBSD-ports-80a17bf8e7821b4e09061af7988b41c7d08932c0.tar.gz |
A smalltalk system with a graphical user interface.
PR: 3458
Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
Diffstat (limited to 'lang/squeak1/Makefile')
-rw-r--r-- | lang/squeak1/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile new file mode 100644 index 0000000..b04d848 --- /dev/null +++ b/lang/squeak1/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: squeak +# Version required: 1.18 +# Date created: 25 April 1997 +# Whom: jesse +# +# $Id$ +# + +DISTNAME= Squeak-1.18 +PKGNAME= squeak-1.18 +CATEGORIES= lang +MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/fbsd/ + +MAINTAINER= jesse@cs.uni-magdeburg.de + +WRKSRC= $(WRKDIR)/Squeak-1.18/src + +do-install: + ${INSTALL_PROGRAM} $(WRKSRC)/SqueakVM $(PREFIX)/bin + ${MKDIR} $(PREFIX)/share/squeak + ${INSTALL_DATA} $(WRKSRC)/../image/SqueakV1.sources $(PREFIX)/share/squeak + ${INSTALL_DATA} $(WRKSRC)/../image/Squeak1.18.image $(PREFIX)/share/squeak + ${INSTALL_DATA} $(WRKSRC)/../image/Squeak1.18.changes $(PREFIX)/share/squeak + +.include <bsd.port.mk> |