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

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

NO_STAGE=   yes
.include <bsd.port.mk>