freebsd-ports/lang/s9fes/Makefile
Li-Wen Hsu 4d8465fde0 - Update to 2010-08-03
PR:		ports/149255
Submitted by:	"Nils M Holm" <nmh AT t3x.org> (maintainer)
2010-08-04 07:21:20 +00:00

25 lines
558 B
Makefile

# New ports collection makefile for: s9fes
# Date created: 23 February 2009
# Whom: Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#
PORTNAME= s9fes
PORTVERSION= 20100803
CATEGORIES= lang scheme
MASTER_SITES= http://www.t3x.org/misc/
MAINTAINER= nmh@t3x.org
COMMENT= A portable Scheme interpreter with a Unix interface
WRKSRC= ${WRKDIR}/s9
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>