19 lines
364 B
Makefile
19 lines
364 B
Makefile
PORTNAME= slisp
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang lisp
|
|
MASTER_SITES= http://www.sigala.it/sandro/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple Lisp interpreter
|
|
WWW= http://www.sigala.it/sandro/software.php #slisp
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= slisp
|
|
PLIST_FILES= bin/slisp \
|
|
man/man1/slisp.1.gz
|
|
|
|
.include <bsd.port.mk>
|