mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
c1382a23c3
Approved by: portmgr (blanket)
21 lines
410 B
Makefile
21 lines
410 B
Makefile
PORTNAME= slisp
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
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
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
INFO= slisp
|
|
PLIST_FILES= bin/slisp \
|
|
share/man/man1/slisp.1.gz
|
|
|
|
.include <bsd.port.mk>
|