mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b5197dcbc6
PR: 162532 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer Feature safe: yes
32 lines
696 B
Makefile
32 lines
696 B
Makefile
# New ports collection makefile for: ArrowLISP
|
|
# Date created: 12 Aug 2003
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= alisp
|
|
PORTVERSION= 20060917
|
|
CATEGORIES= lang devel lisp
|
|
MASTER_SITES= http://t3x.org/files/
|
|
|
|
MAINTAINER= nmh@t3x.org
|
|
COMMENT= An interpreter for purely symbolic LISP
|
|
|
|
MAN7= alisp.7
|
|
MANCOMPRESSED= no
|
|
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV+= BINOWN=${BINOWN} \
|
|
BINGRP=${BINGRP}
|
|
|
|
post-patch: .SILENT
|
|
${REINPLACE_CMD} -e 's/cc/$$(CC)/' \
|
|
-e '/^CFLAGS/{s/=/+=/;s/-g//;s/-O//;}' \
|
|
-e '/strip alisp/d' \
|
|
-e '/install.*alisp /s/install/& ${STRIP}/' \
|
|
${WRKSRC}/Makefile
|
|
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h
|
|
|
|
.include <bsd.port.mk>
|