aboutsummaryrefslogtreecommitdiffstats
path: root/lang/scheme48/Makefile
blob: 5e85187eb6f9d4ff0e7d648ad0c49a8a947b4f2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    scheme48
# Date created:         25 Aug 1997
# Whom:                 jmacd
#
# $FreeBSD$
#

PORTNAME=   scheme48
PORTVERSION=    0.57
CATEGORIES= lang scheme
MASTER_SITES=   http://s48.org/0.57/
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    The Scheme Underground's implementation of R4RS

GNU_CONFIGURE=  yes
ALL_TARGET= enough
STRIP=
MAN1=       scheme48.1

.include <bsd.port.mk>