aboutsummaryrefslogtreecommitdiffstats
path: root/lang/squeak3/Makefile
blob: 79a7e07653c589d63a41ed7b44d1afeb89987351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   squeak
# Version required:    1.18
# Date created:        25 April 1997
# Whom:                jesse
#
# $Id: Makefile,v 1.2 1997/11/22 16:11:14 jseger Exp $
#

DISTNAME=      Squeak-1.18
PKGNAME=       squeak-1.18
CATEGORIES=    lang
MASTER_SITES=  ftp://ftp.create.ucsb.edu/pub/Smalltalk/Squeak/unix/

MAINTAINER=    jesse@cs.uni-magdeburg.de

USE_XLIB=   yes
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>