head	1.13;
access;
symbols
	RELEASE_4_2_0:1.12
	RELEASE_4_1_1:1.12
	RELEASE_4_1_0:1.12
	RELEASE_3_5_0:1.12
	RELEASE_4_0_0:1.10
	RELEASE_3_4_0:1.8
	RELEASE_3_3_0:1.7
	RELEASE_3_2_0:1.6
	RELEASE_3_1_0:1.6
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.1.1.1
	squeak:1.1.1.1
	SQUEAK:1.1.1;
locks; strict;
comment	@# @;


1.13
date	2001.03.27.22.06.44;	author sf;	state dead;
branches;
next	1.12;

1.12
date	2000.04.16.10.44.50;	author asami;	state Exp;
branches;
next	1.11;

1.11
date	2000.04.12.06.20.43;	author obrien;	state Exp;
branches;
next	1.10;

1.10
date	2000.02.26.01.42.22;	author asami;	state Exp;
branches;
next	1.9;

1.9
date	2000.02.20.21.02.00;	author steve;	state Exp;
branches;
next	1.8;

1.8
date	99.10.01.09.31.22;	author asami;	state Exp;
branches;
next	1.7;

1.7
date	99.08.25.06.35.28;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	98.12.28.12.49.15;	author asami;	state Exp;
branches;
next	1.5;

1.5
date	98.12.23.04.32.27;	author steve;	state Exp;
branches;
next	1.4;

1.4
date	98.12.23.04.16.52;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	98.11.28.02.18.44;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	97.11.22.16.11.14;	author jseger;	state Exp;
branches;
next	1.1;

1.1
date	97.06.10.09.31.49;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.06.10.09.31.49;	author asami;	state Exp;
branches;
next	;


desc
@@


1.13
log
@remove squeak1, distfile is no longer available.
There is successor of this port, squeak2.

PR:		26147
Submitted by:	maintainer
@
text
@# New ports collection makefile for:   	squeak1
# Date created:        			20 December 1998
# Whom:                			jesse@@cs.uni-magdeburg.de
#
# $FreeBSD: ports/lang/squeak1/Makefile,v 1.12 2000/04/16 10:44:50 asami Exp $
#

PORTNAME=	squeak
PORTVERSION=	1.31
CATEGORIES=	lang
MASTER_SITES=	http://www.apfel.de/~jesse/squeak/ \
		ftp://alix.inria.fr/pub/squeak/unix/ \
		ftp://st.cs.uiuc.edu/pub/Smalltalk/Squeak/unix/ \
		ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/ \
		ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/ \
		http://st-www.cs.uiuc.edu/ftp/Smalltalk/Squeak/ \
		ftp://uiarchive.cso.uiuc.edu/pub/lang/smalltalk/smalltalk/Squeak/ \
		http://wuarchive.wustl.edu/languages/smalltalk/smalltalk/Squeak/
DISTNAME=	${PORTVERSION}
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC}

MAINTAINER=	jesse@@cs.uni-magdeburg.de

EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

USE_XLIB=	yes
DIST_SUBDIR=	squeak
SQUEAK_SRC=	SqueakV1.sources
USE_GMAKE=	yes
MAKEFILE=	GNUmakefile
VMBUILD=	freebsd
MAKE_ARGS=	VMBUILD=${VMBUILD}
PORTMAKE=	${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
		${MAKEFILE} ${MAKE_ARGS}

do-build:
	@@(cd ${WRKSRC} && ${PORTMAKE} mkdir)
	@@(cd ${WRKSRC}/${VMBUILD} && ${PORTMAKE} interp)

do-install:
	@@(cd ${WRKSRC}/${VMBUILD} && \
	${INSTALL_PROGRAM} SqueakVM-1.31-${VMBUILD} ${PREFIX}/bin/SqueakVM)
	${MKDIR} ${PREFIX}/share/squeak
.for f in Squeak1.31.changes Squeak1.31.image
	(cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f)
.endfor
	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \
		${PREFIX}/share/squeak/${SQUEAK_SRC}

.include <bsd.port.mk>
@


1.12
log
@WRKSRC-related fixes.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/squeak1/Makefile,v 1.11 2000/04/12 06:20:43 obrien Exp $
@


1.11
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/squeak1/Makefile,v 1.10 2000/02/26 01:42:22 asami Exp $
d19 2
a20 1
DISTFILES=	${PORTVERSION}${EXTRACT_SUFX} ${SQUEAK_SRC}
@


1.10
log
@Further refine 1.9 to actually use the distfiles in their new location. :)
@
text
@a1 1
# Version required:    			1.31
d5 1
a5 1
# $FreeBSD: ports/lang/squeak1/Makefile,v 1.9 2000/02/20 21:02:00 steve Exp $
d8 2
a9 2
DISTNAME=	1.31
PKGNAME=	squeak-1.31
d19 1
a19 1
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC}
@


1.9
log
@Reflect true location of one of the distfiles.
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/squeak1/Makefile,v 1.8 1999/10/01 09:31:22 asami Exp $
d47 1
a47 1
	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/image/${SQUEAK_SRC} \
@


1.8
log
@Make this work with rev. 1.321 of bsd.port.mk (support for distfiles
with directory names).  In fact, what these ports were doing before
were not supported -- but they can walk under the sun now.
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/squeak1/Makefile,v 1.7 1999/08/25 06:35:28 obrien Exp $
d20 1
a20 1
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC}
@


1.7
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
a23 1
ALLFILES=	${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC}
d47 1
a47 1
	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \
@


1.6
log
@Add USE_XLIB.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.5 1998/12/23 04:32:27 steve Exp $
@


1.5
log
@Update to version 1.31.

PR:		9159
Submitted by:	maintainer
@
text
@d6 1
a6 1
# $Id$
d27 1
@


1.4
log
@Mark BROKEN, repo copied.
@
text
@d1 4
a4 4
# New ports collection makefile for:   squeak
# Version required:    1.18
# Date created:        25 April 1997
# Whom:                jesse
d6 1
a6 1
# $Id: Makefile,v 1.3 1998/11/28 02:18:44 asami Exp $
d9 12
a20 4
DISTNAME=      Squeak-1.18
PKGNAME=       squeak-1.18
CATEGORIES=    lang
MASTER_SITES=  ftp://ftp.create.ucsb.edu/pub/Smalltalk/Squeak/unix/
d22 1
a22 1
MAINTAINER=    jesse@@cs.uni-magdeburg.de
d24 2
a25 1
BROKEN=		upgrade
d27 12
a38 2
USE_XLIB=	yes
WRKSRC=         $(WRKDIR)/Squeak-1.18/src
d41 8
a48 5
	${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
@


1.3
log
@A few more USE_XLIBs.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1997/11/22 16:11:14 jseger Exp $
d15 2
@


1.2
log
@Distfile no longer available on old MASTER_SITE.  Activate new site.
PR:		ports/5122
Submitted by:	jesse@@cs.uni-magdeburg.de
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1997/06/10 09:31:49 asami Exp $
d16 1
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d12 1
a12 1
MASTER_SITES=  ftp://ftp.cs.uni-magdeburg.de/pub/fbsd/
@


1.1.1.1
log
@A smalltalk system with a graphical user interface.

PR:		3458
Submitted by:	Roland Jesse <jesse@@cs.uni-magdeburg.de>
@
text
@@
