#!/bin/sh # # $FreeBSD: ports/emulators/pcemu/scripts/configure,v 1.2 1999/08/29 11:17:48 peter Exp $ # # Author: Jörg Wunsch # Date of creation: Mar 27, 1995 # cd ${WRKSRC} mkdir ${WRKSRC}/bootstrap sh < ${FILESDIR}/bootstrap.shar # create a Makefile.inc to pass the local prefix down to # the build stage: cat > ${WRKSRC}/Makefile.inc <<*EOF* # # Makefile.inc # # This file has been created by the "configure" script; DO NOT EDIT. # # Edit the port's Makefile \${PREFIX} variable should you wish to # override this, and reconfigure. # LOCALPREFIX = ${PREFIX} *EOF*