mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
32b684d598
PR: 199395 Submitted by: Tobias Kortkamp <tobias.kortkamp@gmail.com> (maintainer)
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# Created by: Tobias Kortkamp <tobias.kortkamp@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
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>
|