mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5a7a609e67
PR: ports/81514 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
26 lines
521 B
Makefile
26 lines
521 B
Makefile
# New ports collection makefile for: SketchyLISP
|
|
# Date created: 12 May 2005
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sketchy
|
|
PORTVERSION= 20050526
|
|
CATEGORIES= lang devel lisp
|
|
MASTER_SITES= http://www.t3x.org/sketchy/
|
|
|
|
MAINTAINER= nmh@t3x.org
|
|
COMMENT= An interpreter for a purely applicative dialect of Scheme
|
|
|
|
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
|
|
|
|
MAN7= sketchy.7
|
|
|
|
MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8 \
|
|
BINOWN=${BINOWN} \
|
|
BINGRP=${BINGRP} \
|
|
PREFIX=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|