1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/lang/slisp/Makefile
2006-04-14 22:53:13 +00:00

23 lines
422 B
Makefile

# New ports collection makefile for: slisp
# Date created: Sun Aug 12 05:20:32 EDT 2001
# Whom: 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
.include <bsd.port.mk>