freebsd-ports/lang/scheme48/Makefile

27 lines
506 B
Makefile
Raw Normal View History

# New ports collection makefile for: scheme48
# Date created: 25 Aug 1997
# Whom: jmacd
#
1999-08-25 08:35:40 +02:00
# $FreeBSD$
#
PORTNAME= scheme48
PORTVERSION= 0.57
CATEGORIES= lang scheme
MASTER_SITES= http://s48.org/0.57/
1997-08-27 21:31:45 +02:00
EXTRACT_SUFX= .tgz
1995-04-15 07:44:50 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= The Scheme Underground's implementation of R4RS
1995-04-16 01:38:48 +02:00
.if ${MACHINE_ARCH} != i386
BROKEN= "fails to install on ${MACHINE_ARCH}"
.endif
GNU_CONFIGURE= yes
ALL_TARGET= enough
STRIP=
MAN1= scheme48.1
.include <bsd.port.mk>