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

PORTNAME=   scheme48
PORTVERSION=    1.1
CATEGORIES= lang scheme
MASTER_SITES=   http://s48.org/${PORTVERSION}/
EXTRACT_SUFX=   .tgz

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

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>