blob: 8c29cdde5a5045c645bd83a561708f8ebc4c62e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: smalltalk
# Version required: 1.1.1
# Date created: 09 Feb 1995
# Whom: gpalmer
#
# $Id: Makefile,v 1.4 1995/04/16 21:24:53 asami Exp $
#
DISTNAME= smalltalk-1.1.1
CATEGORIES+= languages
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
MAINTAINER= gpalmer@FreeBSD.ORG
IS_INTERACTIVE= yes
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}
install: build
@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>
|