2001-01-22 16:44:24 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: sxm
|
|
|
|
# Date created: Jan 8, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sxm
|
2002-01-01 07:59:34 +01:00
|
|
|
PORTVERSION= 1.1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2003-08-28 02:01:09 +02:00
|
|
|
CATEGORIES= lang scheme
|
2001-01-22 16:44:24 +01:00
|
|
|
MASTER_SITES= http://www.malgil.com/sxm/
|
|
|
|
|
2002-01-01 07:59:34 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Another implementation of Scheme
|
2001-01-22 16:44:24 +01:00
|
|
|
|
2002-06-21 18:20:23 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-01-22 16:44:24 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= all image Formlist
|
|
|
|
|
|
|
|
MAN1= sxm.1 sxi.1
|
|
|
|
|
2002-01-01 07:59:34 +01:00
|
|
|
post-patch:
|
2002-06-21 18:20:23 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g ; \
|
2002-01-01 07:59:34 +01:00
|
|
|
s,^CC,#CC,g" ${WRKSRC}/Makefile
|
2001-01-22 16:44:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|