# New ports collection makefile for: Gauche Readline # Date created: 15 Jan 2004 # Whom: Erik Greenwald # # $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