forked from Lainports/freebsd-ports
GNU Smalltalk is at version 1.8.5 already, but it _keeps_ calculating wrong values on FreeBSD (see the "make check" target output). This happened for the versions 1.8.2-1.8.5 on my machine now. Unfortunately, I don't have the time to find out what's going on here, I'm sorry. Maybe someone with more time wants to maintain it.
24 lines
402 B
Makefile
24 lines
402 B
Makefile
# New ports collection makefile for: smalltalk
|
|
# Date created: 09 Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smalltalk
|
|
PORTVERSION= 1.8.1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= smalltalk
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
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>
|