aboutsummaryrefslogtreecommitdiffstats
path: root/lang/slisp/Makefile
blob: 9119613767e1b836ddd8610577d207a5ea4dce4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    slisp
# Date created:             Sun Aug 12 05:20:32 EDT 2001
# Whom:                 Patrick Li <pat@databits.net>
#
# $FreeBSD$
#

PORTNAME=   slisp
PORTVERSION=    1.2
CATEGORIES= lang lisp
MASTER_SITES=   http://www.sigala.it/sandro/files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A simple Lisp interpreter

GNU_CONFIGURE=  yes

MAN1=       ${PORTNAME}.1
INFO=       slisp
PLIST_FILES=    bin/slisp

.include <bsd.port.mk>