aboutsummaryrefslogtreecommitdiffstats
path: root/lang/alisp/Makefile
blob: 9804ae92474b8f4d926b59c2882af9d96f73e28f (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
27
28
29
30
# New ports collection makefile for:    ArrowLISP
# Date created:             12 Aug 2003
# Whom:                 Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#

PORTNAME=   alisp
PORTVERSION=    20060917
CATEGORIES= lang devel lisp
MASTER_SITES=   http://t3x.org/files/

MAINTAINER= nmh@t3x.org
COMMENT=    An interpreter for purely symbolic LISP

MAN7=       alisp.7
MANCOMPRESSED=  no

USE_LDCONFIG=   yes
MAKE_ENV+=  BINOWN=${BINOWN} \
        BINGRP=${BINGRP} \
        PREFIX=${PREFIX}

# Please, please keep this!
USE_REINPLACE=  yes

post-patch:
    ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h

.include <bsd.port.mk>