aboutsummaryrefslogtreecommitdiff
path: root/lang/s9fes/Makefile
blob: 22e40ea3af75c4a71d874cb1d90e5a3a586c5d00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	s9fes
# Date created:				23 February 2009
# Whom:					Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#

PORTNAME=	s9fes
PORTVERSION=	20090808
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>