freebsd-ports/lang/smalltalk/Makefile
Alexander Langer 5779b859b7 Release to ports@FreeBSD.org.
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.
2000-12-31 17:00:04 +00:00

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>