freebsd-ports/devel/gauche-readline/Makefile
Kris Kennaway bfb7ac6323 Restore maintainer; his email was bouncing last week and I fat-fingered the
address when I retried it tonight.  Sorry, Erik.
2004-05-16 07:30:10 +00:00

28 lines
693 B
Makefile

# New ports collection makefile for: Gauche Readline
# Date created: 15 Jan 2004
# Whom: Erik Greenwald <erik@smluc.org>
#
# $FreeBSD$
#
PORTNAME= readline
PORTVERSION= 0.1
CATEGORIES= devel scheme
MASTER_SITES= http://www.shiro.dreamhost.com/scheme/vault/
PKGNAMEPREFIX= gauche-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= gauche
MAINTAINER= erik@smluc.org
COMMENT= A pure gauche/scheme implementation of the Readline library
RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche
BUILD_DEPENDS= gauche-config:${PORTSDIR}/lang/gauche
GAUCHE_LIBDIR= share/gauche/site/lib
PLIST_SUB+= GAUCHE_LIBDIR=${GAUCHE_LIBDIR}
do-install:
${CP} -R ${WRKSRC}/readline* `gauche-config --sitelibdir`
.include <bsd.port.mk>