summaryrefslogblamecommitdiff
path: root/lang/alisp/Makefile
blob: 69ed732bbe021d67d233dfd16f7fde2dea66ea5c (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                                 

                               

                                              



                                                                     
                                         




                                                               


                                            








                                               
                                      

                      
# New ports collection makefile for:	ArrowLISP
# Date created:				12 Aug 2003
# Whom:					Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#

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

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 \
		BINOWN=${BINOWN} \
		BINGRP=${BINGRP}

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/unix.dfl

.include <bsd.port.mk>