1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/lang/chibi-scheme/Makefile
Bartek Rutkowski 32b684d598 lang/chibi-scheme: correct upstream GitHub account
PR:		199395
Submitted by:	Tobias Kortkamp <tobias.kortkamp@gmail.com> (maintainer)
2015-05-05 14:37:21 +00:00

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>