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