freebsd-ports/lang/alisp/Makefile
Edwin Groothuis 90117cbf42 New port: ArrowLISP - purely symbolic LISP interpreter and IDE
ArrowLISP is a small, properly tail-recursive, dynamically
	scoped interpreter for a purely symbolic and almost
	side-effect-free dialect of LISP. It may be considered an
	implementation of pure LISP.

	The interpreter has both a command line interface and an
	editor-like full screen interface.

PR:		ports/55501
Submitted by:	Nils M Holm <nmh@t3x.org>
2003-09-28 10:57:21 +00:00

36 lines
758 B
Makefile

# New ports collection makefile for: ArrowLISP
# Date created: 12 Aug 2003
# Whom: Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#
PORTNAME= alisp
PORTVERSION= 8
CATEGORIES= lang devel
MASTER_SITES= http://t3x.dyndns.org/files/ \
http://www.t3x.org/files/
DISTNAME= alisp${PORTVERSION}
MAINTAINER= nmh@t3x.org
COMMENT= A tail-recursive interpreter for purely symbolic LISP
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x \
${LOCALBASE}/t3x/r8/tide:${PORTSDIR}/devel/tide
MAN7= alisp.7
MANCOMPRESSED= no
MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} \
-e 's,/usr/local,${PREFIX},g' \
${WRKSRC}/Makefile
${REINPLACE_CMD} \
-e 's,/usr/local,${PREFIX},g' \
${WRKSRC}/cnf/dfl_unix.rc
.include <bsd.port.mk>