mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
20 lines
343 B
Makefile
20 lines
343 B
Makefile
# 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>
|