freebsd-ports/lang/scheme48/Makefile

29 lines
508 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= 1.7
CATEGORIES= lang scheme
MASTER_SITES= http://www.s48.org/${PORTVERSION}/
1997-08-27 21:31:45 +02:00
EXTRACT_SUFX= .tgz
1995-04-15 07:44:50 +02:00
MAINTAINER= nemoliu@FreeBSD.org
2004-12-27 15:32:25 +01:00
COMMENT= The Scheme Underground's implementation of R5RS
1995-04-16 01:38:48 +02:00
CONFLICTS= scsh-*
ONLY_FOR_ARCHS= i386
GNU_CONFIGURE= yes
ALL_TARGET= enough
MAN1= scheme48.1
test:
cd ${WRKSRC}; ${MAKE} check
.include <bsd.port.mk>