1995-02-10 06:15:04 +00:00
|
|
|
# New ports collection makefile for: smalltalk
|
1999-12-27 21:43:34 +00:00
|
|
|
# Version required: 1.6.2
|
1995-02-10 06:15:04 +00:00
|
|
|
# Date created: 09 Feb 1995
|
|
|
|
# Whom: gpalmer
|
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1995-02-10 06:15:04 +00:00
|
|
|
#
|
|
|
|
|
1999-12-27 21:43:34 +00:00
|
|
|
DISTNAME= smalltalk-1.6.2
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= lang
|
1996-11-18 10:25:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= smalltalk
|
1995-04-15 05:44:50 +00:00
|
|
|
|
1999-12-22 10:31:12 +00:00
|
|
|
MAINTAINER= alex@big.endian.de
|
1995-02-10 06:15:04 +00:00
|
|
|
|
1997-11-29 14:15:44 +00:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-optimize --with-readline
|
|
|
|
|
1999-12-27 21:43:34 +00:00
|
|
|
MAN1= gst.1
|
1995-04-18 05:18:51 +00:00
|
|
|
|
1999-12-27 21:43:34 +00:00
|
|
|
# Set all-target to test the stuff
|
|
|
|
ALL_TARGET= all check
|
1995-02-10 06:15:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|