# Created by: Tobias Kortkamp <tobias.kortkamp@gmail.com>
# $FreeBSD: tags/RELEASE_10_3_0/lang/chibi-scheme/Makefile 402862 2015-12-02 22:47:16Z amdmi3 $

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

MAINTAINER=	t@tobik.me
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>
