1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/lang/scheme48/Makefile

34 lines
589 B
Makefile
Raw Normal View History

# New ports collection makefile for: scheme48
# Date created: 25 Aug 1997
# Whom: jmacd
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
PORTNAME= scheme48
PORTVERSION= 1.1
CATEGORIES= lang scheme
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
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
CONFLICTS= scsh-*
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "fails to install on ${ARCH}"
.endif
GNU_CONFIGURE= yes
ALL_TARGET= enough
STRIP=
MAN1= scheme48.1
test:
cd ${WRKSRC}; ${MAKE} check
.include <bsd.port.post.mk>