freebsd-ports/lang/s9fes/Makefile
Eitan Adler b7b9ec7a12 Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
2013-03-02 03:55:25 +00:00

28 lines
588 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= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIBDIR= ${DATADIR}
MAKE_ARGS= ${MAKE_ENV}
WRKSRC= ${WRKDIR}/s9
MAN1= s9.1
MANCOMPRESSED= yes
.include <bsd.port.mk>