2000-03-01 10:57:06 +01:00
|
|
|
# New ports collection makefile for: Scheme-to-C
|
|
|
|
# Date created: 28 Dec 1994
|
|
|
|
# Whom: jmacd@uclink.berkeley.edu
|
1994-12-30 00:35:47 +01:00
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1994-12-30 00:35:47 +01:00
|
|
|
#
|
|
|
|
|
2001-02-05 16:04:13 +01:00
|
|
|
PORTNAME= schemetoc
|
|
|
|
PORTVERSION= 93.3.15
|
2008-03-23 17:44:09 +01:00
|
|
|
PORTREVISION= 2
|
2003-08-28 02:09:58 +02:00
|
|
|
CATEGORIES= lang scheme
|
2002-10-27 23:30:02 +01:00
|
|
|
MASTER_SITES= http://www.cs.indiana.edu/pub/scheme-repository/imp/Scheme-to-C/
|
2000-04-12 08:21:15 +02:00
|
|
|
DISTNAME= 15mar93
|
2000-03-01 10:57:06 +01:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1995-04-15 07:44:50 +02:00
|
|
|
|
2010-12-02 00:12:16 +01:00
|
|
|
MAINTAINER= erik@bz.bzflag.bz
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Scheme-to-C, a compiler and interpreter for compiling scheme into C
|
1995-04-16 00:12:24 +02:00
|
|
|
|
2009-04-26 00:17:39 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2008-03-23 17:44:09 +01:00
|
|
|
USE_XORG= x11 xi
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
1995-04-16 00:12:24 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
2000-03-01 10:57:06 +01:00
|
|
|
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:
|
2002-10-27 23:30:02 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/scsc/*.sc
|
1994-12-30 00:35:47 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|