aboutsummaryrefslogtreecommitdiffstats
path: root/lang/chibi-scheme/Makefile
blob: 59d96145a51fe65ae3ea54a75591fe129cc1e52f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Tobias Kortkamp <tobias.kortkamp@gmail.com>
# $FreeBSD$

PORTNAME=   chibi-scheme
PORTVERSION=    0.7.3
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 \
        MANDIR=${LOCALBASE}/man/man1 \
        INSTALL_BIN="${INSTALL} -s" \
        PKGCONFDIR=${LOCALBASE}/libdata/pkgconfig

.include <bsd.port.mk>