1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/lang/schemetoc/Makefile
Mark Linimon b0699189e6 Set this very bitrotted code to BROKEN. The last distfile is from
1993 (!).  It only works on i386 and even then only on 4.x.  See
perhaps instead the project at
http://call-with-current-continuation.org/chicken.html.

This port should be deleted in 3 months if no one steps forward to save it.
2003-10-20 11:48:20 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: Scheme-to-C
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
# $FreeBSD$
#
PORTNAME= schemetoc
PORTVERSION= 93.3.15
CATEGORIES= lang scheme
MASTER_SITES= http://www.cs.indiana.edu/pub/scheme-repository/imp/Scheme-to-C/
DISTNAME= 15mar93
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Scheme-to-C, a compiler and interpreter for compiling scheme into C
BROKEN= "last distfile dates from 1993. Does not work on 5.x or non-i386"
USE_REINPLACE= yes
USE_XLIB= yes
INSTALLS_SHLIB= yes
NO_WRKSUBDIR= yes
MAN1= scc.1 sci.1
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
@${CP} ${FILESDIR}/README.FreeBSD ${WRKSRC}
@${MV} ${WRKDIR}/scsc/main.c ${WRKSRC}/scsc/main.c.orig
@${CP} ${FILESDIR}/main.c ${WRKSRC}/scsc/main.c
@${MKDIR} ${WRKDIR}/ports/FREEBSD
.for file in makefile-head options-server.h options.h x86.s
@${CP} ${FILESDIR}/${file} ${WRKSRC}/ports/FREEBSD
.endfor
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; \
s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/scsc/*.sc
.include <bsd.port.mk>