c8379bb175
- Add license. PR: ports/169761 Submitted by: "Nils M Holm" <nmh@t3x.org> (maintainer)
28 lines
562 B
Makefile
28 lines
562 B
Makefile
# New ports collection makefile for: s9fes
|
|
# Date created: 23 February 2009
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= s9fes
|
|
PORTVERSION= 20120713
|
|
CATEGORIES= lang scheme
|
|
MASTER_SITES= http://www.t3x.org/s9fes/
|
|
|
|
MAINTAINER= nmh@t3x.org
|
|
COMMENT= A portable Scheme interpreter with a Unix interface
|
|
|
|
LICENSE= public
|
|
LICENSE_NAME= Public Domain
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
|
|
|
|
LIBDIR= ${DATADIR}
|
|
MAKE_ARGS= ${MAKE_ENV}
|
|
WRKSRC= ${WRKDIR}/s9
|
|
|
|
MAN1= s9.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|