forked from Lainports/freebsd-ports
23 lines
459 B
Makefile
23 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>
|