mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
61ebd322a2
just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
37 lines
921 B
Makefile
37 lines
921 B
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
|
|
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
|
|
DISTNAME= 15mar93
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= jmacd@FreeBSD.org
|
|
|
|
USE_XLIB= yes
|
|
INSTALLS_SHLIBS= 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:
|
|
@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/scsc/*.sc
|
|
@${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/scsc/*.sc
|
|
|
|
.include <bsd.port.mk>
|