aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sketchy/Makefile
blob: 33213bf99955d404e4b2999986face687c5730a3 (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
24
25
26
# New ports collection makefile for:    SketchyLISP
# Date created:             12 May 2005
# Whom:                 Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#

PORTNAME=   sketchy
PORTVERSION=    20060807
CATEGORIES= lang devel lisp scheme
MASTER_SITES=   http://www.t3x.org/files/

MAINTAINER= nmh@t3x.org
COMMENT=    An interpreter for purely applicative Scheme

MAN7=       sketchy.7

MAKE_ENV+=  BINOWN=${BINOWN} \
        BINGRP=${BINGRP}

USE_REINPLACE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h

.include <bsd.port.mk>