freebsd-ports/lang/sketchy/Makefile
Pav Lucistnik 5a7a609e67 - Update to 20050526
PR:		ports/81514
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2005-05-26 20:00:59 +00:00

25 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>