1995-02-10 01:15:04 -05:00
|
|
|
# New ports collection makefile for: smalltalk
|
|
|
|
# Version required: 1.1.1
|
|
|
|
# Date created: 09 Feb 1995
|
|
|
|
# Whom: gpalmer
|
|
|
|
#
|
1995-04-18 01:18:51 -04:00
|
|
|
# $Id: Makefile,v 1.4 1995/04/16 21:24:53 asami Exp $
|
1995-02-10 01:15:04 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= smalltalk-1.1.1
|
1995-04-01 07:51:41 -05:00
|
|
|
CATEGORIES+= languages
|
1995-04-15 01:44:50 -04:00
|
|
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
|
|
|
|
1995-02-10 01:15:04 -05:00
|
|
|
MAINTAINER= gpalmer@FreeBSD.ORG
|
|
|
|
|
1995-04-18 01:18:51 -04:00
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
|
1995-02-10 01:15:04 -05:00
|
|
|
pre-configure:
|
|
|
|
@cp ${FILESDIR}/m-fbsd-2.h ${WRKSRC}/config/m-fbsd-2.h
|
|
|
|
@(cd ${WRKSRC} ; ./config.mst fbsd-2)
|
|
|
|
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
|
|
|
|
|
1995-04-16 17:24:53 -04:00
|
|
|
install: build
|
1995-02-10 01:15:04 -05:00
|
|
|
@echo ">> The install target for smalltalk-1.1.1 is interactive."
|
|
|
|
@echo ">> Please read the file mst.texinfo for more information."
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|