freebsd-ports/lang/squeak3/Makefile
Satoshi Asami 112cdcc946 A smalltalk system with a graphical user interface.
PR:		3458
Submitted by:	Roland Jesse <jesse@cs.uni-magdeburg.de>
1997-06-10 09:31:49 +00:00

26 lines
720 B
Makefile

# 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>