mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
dde90e4a33
pass everything from MAKE_ENV. It does not cause any side effects, and has slight advantage of proper quoting, e.g. when ${CC} contains distcc/ccache + compiler separated by space. Submitted by: Jan Beich Approved by: maintainer (implicit) Feature safe: yes
28 lines
587 B
Makefile
28 lines
587 B
Makefile
# New ports collection makefile for: s9fes
|
|
# Date created: 23 February 2009
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= s9fes
|
|
PORTVERSION= 20101004
|
|
CATEGORIES= lang scheme
|
|
MASTER_SITES= http://www.t3x.org/misc/
|
|
|
|
MAINTAINER= nmh@t3x.org
|
|
COMMENT= A portable Scheme interpreter with a Unix interface
|
|
|
|
LIBDIR= ${DATADIR}
|
|
MAKE_ARGS= ${MAKE_ENV}
|
|
WRKSRC= ${WRKDIR}/s9
|
|
|
|
MAN1= s9.1
|
|
MANCOMPRESSED= yes
|
|
|
|
post-patch:
|
|
# Fix parallel (-jX) build: add missing target prerequisite
|
|
@${REINPLACE_CMD} -e '/^arse-core.image/s,:,: s9,' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|