freebsd-ports/lang/sketchy/Makefile
Edwin Groothuis e18082612c update lang/sketchy
Update to version 2006-01-02.

	(In case the pasted diff is not usable, please contact me
	by email.  I have tried to send the patch by mail, but my
	provider appears to be blacklisted at spamcop.net.)

PR:		ports/91271
Submitted by:	Nils M Holm <nmh@t3x.org>
2006-01-04 05:45:35 +00:00

22 lines
444 B
Makefile

# New ports collection makefile for: SketchyLISP
# Date created: 12 May 2005
# Whom: Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#
PORTNAME= sketchy
PORTVERSION= 20060102
CATEGORIES= lang devel lisp scheme
MASTER_SITES= http://www.t3x.org/sketchy/
MAINTAINER= nmh@t3x.org
COMMENT= An interpreter for purely applicative Scheme
MAN7= sketchy.7
MAKE_ENV+= BINOWN=${BINOWN} \
BINGRP=${BINGRP} \
PREFIX=${PREFIX}
.include <bsd.port.mk>