aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smalltalk/Makefile
blob: 0f8c934ee868a0a248341d440fed506e4739ac9b (plain) (blame)
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
# New ports collection makefile for:    smalltalk
# Version required: 1.6.2
# Date created:     09 Feb 1995
# Whom:         gpalmer
#
# $FreeBSD$
#

DISTNAME=   smalltalk-1.6.2
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= smalltalk

MAINTAINER= alex@big.endian.de

BUILD_DEPENDS=  ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-optimize --with-readline

MAN1=       gst.1

# Set all-target to test the stuff
ALL_TARGET= all check

.include <bsd.port.mk>