aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sxm/Makefile
blob: 4a3456e10bdebe104228e7e9132299d0dc530262 (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
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$

PORTNAME=   sxm
PORTVERSION=    1.1
PORTREVISION=   1
CATEGORIES= lang scheme
MASTER_SITES=   http://www.malgil.com/sxm/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Another implementation of Scheme

DEPRECATED= Unmaintained since 2002
EXPIRATION_DATE=    2014-04-17
USE_GMAKE=  yes
ALL_TARGET= all image Formlist

MAN1=       sxm.1 sxi.1

NO_STAGE=   yes
post-patch:
    @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g ; \
        s,^CC,#CC,g" ${WRKSRC}/Makefile

.include <bsd.port.mk>