1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/lang/sketchy/Makefile
Pav Lucistnik 3af3136baa - Update to 20060305
PR:		ports/94095
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2006-03-20 10:12:54 +00:00

23 lines
442 B
Makefile

# New ports collection makefile for: SketchyLISP
# Date created: 12 May 2005
# Whom: Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#
PORTNAME= sketchy
PORTVERSION= 20060305
CATEGORIES= lang devel lisp scheme
MASTER_SITES= http://www.t3x.org/files/
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>