# Created by: Tobias Kortkamp <tobias.kortkamp@gmail.com>
# $FreeBSD: tags/RELEASE_10_2_0/lang/chibi-scheme/Makefile 385476 2015-05-05 14:37:21Z robak $

PORTNAME=	chibi-scheme
PORTVERSION=	0.7.2
PORTREVISION=	1
CATEGORIES=	lang

MAINTAINER=	tobias.kortkamp@gmail.com
COMMENT=	Minimal Scheme implementation for use as a C extension language

LICENSE=	BSD3CLAUSE

USE_GITHUB=	yes
GH_ACCOUNT=	ashinn

USES=		gmake
USE_LDCONFIG=	yes

MAKE_ARGS=	MODDIR=${LOCALBASE}/lib/chibi \
		PKGCONFDIR=${LOCALBASE}/libdata/pkgconfig

.include <bsd.port.mk>
