1995-01-07 20:53:32 +00:00
|
|
|
# New ports collection makefile for: scheme48
|
1997-08-27 19:16:09 +00:00
|
|
|
# Date created: 25 Aug 1997
|
|
|
|
# Whom: jmacd
|
1995-01-07 20:53:32 +00:00
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1995-01-07 20:53:32 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= scheme48
|
2004-07-07 14:11:59 +00:00
|
|
|
PORTVERSION= 1.1
|
2003-08-28 00:09:58 +00:00
|
|
|
CATEGORIES= lang scheme
|
2004-07-07 14:11:59 +00:00
|
|
|
MASTER_SITES= http://s48.org/${PORTVERSION}/
|
1997-08-27 19:31:45 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1995-04-15 05:44:50 +00:00
|
|
|
|
2002-06-21 17:40:05 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= The Scheme Underground's implementation of R4RS
|
1995-04-15 23:38:48 +00:00
|
|
|
|
2004-03-30 09:49:45 +00:00
|
|
|
CONFLICTS= scsh-*
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != "i386"
|
|
|
|
BROKEN= "fails to install on ${ARCH}"
|
2003-10-20 10:40:52 +00:00
|
|
|
.endif
|
|
|
|
|
2003-08-28 00:09:58 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
ALL_TARGET= enough
|
1995-04-24 22:31:59 +00:00
|
|
|
STRIP=
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= scheme48.1
|
1995-01-07 20:53:32 +00:00
|
|
|
|
2004-07-07 14:11:59 +00:00
|
|
|
test:
|
|
|
|
cd ${WRKSRC}; ${MAKE} check
|
|
|
|
|
2004-03-30 09:49:45 +00:00
|
|
|
.include <bsd.port.post.mk>
|