opnsense-ports/lang/slisp/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
351 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= Simple Lisp interpreter
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
INFO= slisp
PLIST_FILES= bin/slisp \
man/man1/slisp.1.gz
.include <bsd.port.mk>