freebsd-ports/lang/s9fes/Makefile
Carlo Strub f919ff251e - Update to version 2012-10-05
- Remove indefinite article from COMMENT
- Improve pkg-descr

PR:		ports/172381
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2012-10-06 17:42:14 +00:00

28 lines
560 B
Makefile

# New ports collection makefile for: s9fes
# Date created: 23 February 2009
# Whom: Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#
PORTNAME= s9fes
PORTVERSION= 20121005
CATEGORIES= lang scheme
MASTER_SITES= http://www.t3x.org/s9fes/
MAINTAINER= nmh@t3x.org
COMMENT= 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>