5ee761961b
Hat: portmgr
22 lines
422 B
Makefile
22 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>
|