2003-09-28 12:57:21 +02:00
|
|
|
# New ports collection makefile for: ArrowLISP
|
|
|
|
# Date created: 12 Aug 2003
|
|
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= alisp
|
2004-10-12 00:58:30 +02:00
|
|
|
PORTVERSION= 20040924
|
2003-11-18 10:14:57 +01:00
|
|
|
CATEGORIES= lang devel lisp
|
2004-10-12 00:58:30 +02:00
|
|
|
MASTER_SITES= http://t3x.dyndns.org/files/
|
2003-09-28 12:57:21 +02:00
|
|
|
|
|
|
|
MAINTAINER= nmh@t3x.org
|
|
|
|
COMMENT= A tail-recursive interpreter for purely symbolic LISP
|
|
|
|
|
2004-10-12 00:58:30 +02:00
|
|
|
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
|
2003-09-28 12:57:21 +02:00
|
|
|
|
|
|
|
MAN7= alisp.7
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
2003-10-13 03:02:00 +02:00
|
|
|
MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8 \
|
|
|
|
BINOWN=${BINOWN} \
|
2004-10-12 00:58:30 +02:00
|
|
|
BINGRP=${BINGRP} \
|
|
|
|
PREFIX=${PREFIX}
|
2003-09-28 12:57:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|