2009-03-14 12:31:05 +00:00
|
|
|
# New ports collection makefile for: s9fes
|
|
|
|
# Date created: 23 February 2009
|
|
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= s9fes
|
2010-10-08 02:26:11 +00:00
|
|
|
PORTVERSION= 20101004
|
2009-03-14 12:31:05 +00:00
|
|
|
CATEGORIES= lang scheme
|
2010-05-29 12:54:01 +00:00
|
|
|
MASTER_SITES= http://www.t3x.org/misc/
|
2009-03-14 12:31:05 +00:00
|
|
|
|
|
|
|
MAINTAINER= nmh@t3x.org
|
2010-08-01 15:18:36 +00:00
|
|
|
COMMENT= A portable Scheme interpreter with a Unix interface
|
2010-05-29 12:54:01 +00:00
|
|
|
|
2011-11-17 09:12:05 +00:00
|
|
|
LIBDIR= ${DATADIR}
|
|
|
|
MAKE_ARGS= ${MAKE_ENV}
|
2010-05-29 12:54:01 +00:00
|
|
|
WRKSRC= ${WRKDIR}/s9
|
2009-03-14 12:31:05 +00:00
|
|
|
|
|
|
|
MAN1= s9.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
post-patch:
|
2011-11-16 16:07:55 +00:00
|
|
|
# Fix parallel (-jX) build: add missing target prerequisite
|
|
|
|
@${REINPLACE_CMD} -e '/^arse-core.image/s,:,: s9,' ${WRKSRC}/Makefile
|
2009-03-14 12:31:05 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|