aboutsummaryrefslogtreecommitdiffstats
path: root/lang/slisp/Makefile
blob: fc048eb7ab7f45965c6116f539a58ed6ccb73843 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: 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

INFO=       slisp
PLIST_FILES=    bin/slisp \
        man/man1/slisp.1.gz

.include <bsd.port.mk>