# New ports collection makefile for: DrScheme # Date created: 21 Jun 2001 # Whom: Joseph Koshy # # $FreeBSD$ # PORTNAME= drscheme PORTVERSION= 200 CATEGORIES= lang MASTER_SITES= http://download.plt-scheme.org/bundles/200/plt/ \ http://www.cs.utah.edu/plt/download/200/plt/ \ ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/200/plt/ \ ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/200/plt/ \ ftp://morpheus.wish.com.mx/pub/plt/200/plt/ DISTNAME= plt.src.x MAINTAINER= jkoshy@freebsd.org HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/plt/src ALL_TARGET= all install USE_XLIB= yes PLTHOME= ${PREFIX}/drscheme DRS_D= bin install collects teachpack DRS_B= drscheme mred mzc mzscheme tex2page MAN1= drscheme.1 mred.1 mzscheme.1 do-install: ${MKDIR} ${PLTHOME} cd ${WRKDIR}/plt && ${TAR} -cf - ${DRS_D} | tar -C ${PLTHOME} -xf - cd ${PLTHOME} && ${PLTHOME}/install .for f in ${DRS_B} ${LN} -s ${PLTHOME}/bin/$f ${PREFIX}/bin/$f .endfor .for f in ${MAN1} ${INSTALL_MAN} ${WRKDIR}/plt/man/man1/$f ${PREFIX}/man/man1 .endfor .include