1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/lang/s9fes/Makefile
Martin Wilke e34a32e182 - Update to 2009-09-06
PR:		138566
Submitted by:	Nils M Holm <nmh@T3X.ORG> (maintainer)
2009-09-09 09:29:23 +00:00

24 lines
531 B
Makefile

# New ports collection makefile for: s9fes
# Date created: 23 February 2009
# Whom: Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#
PORTNAME= s9fes
PORTVERSION= 20090906
CATEGORIES= lang scheme
MASTER_SITES= http://www.t3x.org/s9fes/
MAINTAINER= nmh@t3x.org
COMMENT= A simple and comprehensible Scheme interpreter
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>