opnsense-ports/emulators/pcemu/scripts/configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
514 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# Author: Jörg Wunsch <joerg@FreeBSD.org>
# 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*