Import lang/alisp version 20060917
[dports.git] / lang / alisp / Makefile
1 # New ports collection makefile for:    ArrowLISP
2 # Date created:                         12 Aug 2003
3 # Whom:                                 Nils M Holm <nmh@t3x.org>
4 #
5 # $FreeBSD: ports/lang/alisp/Makefile,v 1.23 2012/11/17 05:58:47 svnexp Exp $
6 #
7
8 PORTNAME=       alisp
9 PORTVERSION=    20060917
10 CATEGORIES=     lang devel lisp
11 MASTER_SITES=   http://t3x.org/files/
12
13 MAINTAINER=     nmh@t3x.org
14 COMMENT=        An interpreter for purely symbolic LISP
15
16 MAN7=           alisp.7
17 MANCOMPRESSED=  no
18
19 USE_LDCONFIG=   yes
20 MAKE_ENV+=      BINOWN=${BINOWN} \
21                 BINGRP=${BINGRP}
22
23 post-patch:     .SILENT
24         ${REINPLACE_CMD} -e 's/cc/$$(CC)/' \
25                 -e '/^CFLAGS/{s/=/+=/;s/-g//;s/-O//;}' \
26                 -e '/strip alisp/d' \
27                 -e '/install.*alisp /s/install/& ${STRIP}/' \
28                 ${WRKSRC}/Makefile
29         ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h
30
31 .include <bsd.port.mk>