diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 21:43:34 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 21:43:34 +0000 |
commit | 1b40c7d761bfd9530d165ebc0933870b759affe8 (patch) | |
tree | cb6ac5a695e1c0482260f85e5ed9c13cfff66e89 /lang/smalltalk/Makefile | |
parent | 18aa381d3b223f82d7fd4fe0abe9445d74b0bb60 (diff) | |
download | FreeBSD-ports-1b40c7d761bfd9530d165ebc0933870b759affe8.zip FreeBSD-ports-1b40c7d761bfd9530d165ebc0933870b759affe8.tar.gz |
Update to version 1.6.2.
PR: 15712
Submitted by: maintainer
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r-- | lang/smalltalk/Makefile | 38 |
1 files changed, 5 insertions, 33 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 3b6c31e..0f8c934 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: smalltalk -# Version required: 1.1.5 +# Version required: 1.6.2 # Date created: 09 Feb 1995 # Whom: gpalmer # # $FreeBSD$ # -DISTNAME= smalltalk-1.1.5 +DISTNAME= smalltalk-1.6.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= smalltalk @@ -18,37 +18,9 @@ BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-optimize --with-readline -IS_INTERACTIVE= yes -NO_PACKAGE= "Installation requires interaction" +MAN1= gst.1 -# For some reason configure doesn't set this up properly and my feeble -# brain can't see how to fix it. -CFLAGS+= -I${X11BASE}/include - -do-install: - @${ECHO_MSG} "Installing method definitions..." - @ if [ ! -d ${PREFIX}/lib/smalltalk ]; then ${MKDIR} ${PREFIX}/lib/smalltalk; fi - @(cd ${WRKSRC}; ${CP} *.st ${PREFIX}/lib/smalltalk) - @(cd ${PREFIX}/lib/smalltalk ; ${CHMOD} +r *.st) - @${ECHO_MSG} - @${ECHO_MSG} "To complete the installation of GNU Smalltalk, do" - @${ECHO_MSG} " cd ${WRKSRC};" - @${ECHO_MSG} "./gst -iV" - @${ECHO_MSG} "to test the interpreter and create the image." - @${ECHO_MSG} - @${ECHO_MSG} "When you are satisfied everything works, do Control-D to quit" - @${ECHO_MSG} "followed by" - @${ECHO_MSG} "cp gst ${PREFIX}/bin" - @${ECHO_MSG} "cp gst.im ${PREFIX}/lib/smalltalk" - @${ECHO_MSG} "to install the interpreter and image." - @${ECHO_MSG} - @${ECHO_MSG} "If Emacs is installed, you may also wish to copy the" - @${ECHO_MSG} "*st.el files to the Emacs Lisp directory. This will enable you" - @${ECHO_MSG} "to configure Emacs for Interactor mode." - @${ECHO_MSG} - @${ECHO_MSG} ">>Please read the file" - @${ECHO_MSG} "${WRKSRC}/info/gst.txi" - @${ECHO_MSG} "for more information.<<" - @${ECHO_MSG} +# Set all-target to test the stuff +ALL_TARGET= all check .include <bsd.port.mk> |