aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smalltalk/Makefile
blob: b1f78905366b1cbee43bf011c4866dc309991dcf (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
# New ports collection makefile for:    smalltalk
# Date created:     09 Feb 1995
# Whom:         gpalmer
#
# $FreeBSD$
#

PORTNAME=   smalltalk
PORTVERSION=    1.7.3
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= smalltalk

MAINTAINER= alex@big.endian.de

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=       gst.1

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

.include <bsd.port.mk>