1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/smalltalk/Makefile
Satoshi Asami 5812de6cad Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
1995-11-22 13:13:16 +00:00

27 lines
650 B
Makefile

# New ports collection makefile for: smalltalk
# Version required: 1.1.1
# Date created: 09 Feb 1995
# Whom: gpalmer
#
# $Id: Makefile,v 1.6 1995/04/24 11:29:30 asami Exp $
#
DISTNAME= smalltalk-1.1.1
CATEGORIES+= lang
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}
do-install:
@echo ">> The install target for smalltalk-1.1.1 is interactive."
@echo ">> Please read the file mst.texinfo for more information."
.include <bsd.port.mk>