diff options
Diffstat (limited to 'lang/squeak2/Makefile')
-rw-r--r-- | lang/squeak2/Makefile | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile index 19770ea..7d2c7bb 100644 --- a/lang/squeak2/Makefile +++ b/lang/squeak2/Makefile @@ -1,27 +1,30 @@ # New ports collection makefile for: squeak -# Version required: 2.2 -# Date created: 12/01/1998 -# Whom: nectar@FreeBSD.ORG +# Version required: 2.3 +# Date created: 4 March 1999 +# Whom: jesse@cs.uni-magdeburg.de # -# $Id: Makefile,v 1.6 1998/12/28 12:49:18 asami Exp $ +# $Id$ # -DISTNAME= 2.2 -PKGNAME= squeak-2.2 +DISTNAME= 2.3 +PKGNAME= squeak-2.3 CATEGORIES= lang -MASTER_SITES= http://www.nectar.com/distfiles/squeak/ \ - ftp://alix.inria.fr/pub/squeak/unix/ +MASTER_SITES= ftp://alix.inria.fr/pub/squeak/unix/ \ + ftp://alix.inria.fr/pub/squeak/unix/2.3/ \ + ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/ \ + ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/2.3/ \ + http://www.nectar.com/distfiles/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} -MAINTAINER= nectar@FreeBSD.ORG +MAINTAINER= jesse@cs.uni-magdeburg.de ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_XLIB= yes +USE_GMAKE= yes DIST_SUBDIR= squeak SQUEAK_SRC= SqueakV2.sources -USE_GMAKE= yes MAKEFILE= GNUmakefile VMBUILD= freebsd MAKE_ARGS= VMBUILD=${VMBUILD} @@ -34,9 +37,9 @@ do-build: do-install: @(cd ${WRKSRC}/${VMBUILD} && \ - ${INSTALL_PROGRAM} SqueakVM-2.2-${VMBUILD} ${PREFIX}/bin/SqueakVM) + ${INSTALL_PROGRAM} SqueakVM-2.3-${VMBUILD} ${PREFIX}/bin/SqueakVM) ${MKDIR} ${PREFIX}/share/squeak -.for f in Squeak2.2.changes Squeak2.2.image +.for f in Squeak2.3.changes Squeak2.3.image (cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f) .endfor ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \ |