summaryrefslogtreecommitdiff
path: root/lang/squeak/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-02-16 22:02:31 +0000
committerdmcmahill <dmcmahill>2000-02-16 22:02:31 +0000
commitc0f7b63ed1ab4ec4eb2880d2d479b3a8ac996524 (patch)
tree39fc3fcbee33f96451b5fa0abe9cd247831aa28c /lang/squeak/Makefile
parent6d7d5d85993fdbb61cdc8c8452ff0322171a7e65 (diff)
downloadpkgsrc-c0f7b63ed1ab4ec4eb2880d2d479b3a8ac996524.tar.gz
-install missing .source file
-change -rdynamic cc flag to -Wl,--export-dynamic for correct operation on ELF. -add a patch to take care of some places where "#ifdef(__alpha__)" was used for OSF dependent code. -patch the configure script to not hard code DEC compilers for alpha's.
Diffstat (limited to 'lang/squeak/Makefile')
-rw-r--r--lang/squeak/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 9827d0abd7e..ee48bc12401 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/02/16 16:03:22 fredb Exp $
+# $NetBSD: Makefile,v 1.6 2000/02/16 22:02:31 dmcmahill Exp $
#
DISTNAME= Squeak2.6-src
@@ -8,7 +8,7 @@ MASTER_SITES= http://www-sor.inria.fr/~piumarta/squeak/unix/release/ \
ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/ \
ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/image/ \
http://www.nectar.com/distfiles/squeak/
-DISTFILES= Squeak2.6-src.tar.gz Squeak2.6.image.gz Squeak2.6.changes.gz
+DISTFILES= Squeak2.6-src.tar.gz Squeak2.6.image.gz Squeak2.6.changes.gz SqueakV2.sources.gz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.squeak.org/
@@ -25,7 +25,7 @@ MAKE_ENV+= LIBS="-Wl,-R${X11BASE}/lib -L${X11BASE}/lib"
do-install:
${MKDIR} ${PREFIX}/share/squeak
${INSTALL_PROGRAM} ${WRKSRC}/`${WRKSRC}/conf/config.guess`/squeak ${PREFIX}/bin
- for f in Squeak2.6.changes Squeak2.6.image; do \
+ for f in Squeak2.6.changes Squeak2.6.image SqueakV2.sources ; do \
${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/$$f.gz > ${PREFIX}/share/squeak/$$f; \
done