1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/lang/slisp/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>