freebsd-ports/lang/sxm/Makefile

29 lines
538 B
Makefile
Raw Normal View History

# 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 01:59:34 -05:00
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://www.malgil.com/sxm/
2002-01-01 01:59:34 -05:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 14:00:52 -05:00
COMMENT= Another implementation of Scheme
USE_REINPLACE= yes
USE_GMAKE= yes
ALL_TARGET= all image Formlist
MAN1= sxm.1 sxi.1
2002-01-01 01:59:34 -05:00
post-patch:
@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g ; \
2002-01-01 01:59:34 -05:00
s,^CC,#CC,g" ${WRKSRC}/Makefile
.include <bsd.port.mk>