aboutsummaryrefslogtreecommitdiffstats
path: root/lang/alisp/Makefile
blob: 083e3fc2a0b46679b5fb335f990ee65c2cc52ad0 (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:    ArrowLISP
# Date created:             12 Aug 2003
# Whom:                 Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#

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

MAINTAINER= nmh@t3x.org
COMMENT=    A tail-recursive interpreter for purely symbolic LISP

BUILD_DEPENDS=  tx:${PORTSDIR}/lang/t3x

MAN7=       alisp.7
MANCOMPRESSED=  no

MAKE_ENV+=  T3XDIR=${LOCALBASE}/t3x/r8 \
        BINOWN=${BINOWN} \
        BINGRP=${BINGRP} \
        PREFIX=${PREFIX}

.include <bsd.port.mk>