mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
6c3ac2cd32
PR: ports/131998 Submitted by: Nils M Holm <nmh at t3x.org>
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# New ports collection makefile for: s9fes
|
|
# Date created: 23 February 2009
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= s9fes
|
|
PORTVERSION= 20090311
|
|
CATEGORIES= lang scheme
|
|
MASTER_SITES= http://www.t3x.org/s9fes/
|
|
|
|
MAINTAINER= nmh@t3x.org
|
|
COMMENT= A simple and comprehensible Scheme interpreter
|
|
|
|
WRKSRC= ${WRKDIR}/s9fes
|
|
|
|
MAN1= s9.1
|
|
MANCOMPRESSED= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s,PREFIX=.*,PREFIX=${PREFIX}," ${WRKSRC}/Makefile
|
|
${REINPLACE_CMD} -e "s,LIBDIR=.*,LIBDIR=${DATADIR}," ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|