# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # seabios-devel/ # seabios-devel/Makefile # seabios-devel/distinfo # seabios-devel/pkg-descr # echo c - seabios-devel/ mkdir -p seabios-devel/ > /dev/null 2>&1 echo x - seabios-devel/Makefile sed 's/^X//' >seabios-devel/Makefile << 'eaf1309e3163a4e12405eed0df109d30' X# New ports collection makefile for: seabios-devel X# Date created: Sat Sep 10 19:00:54 CEST 2011 X# Whom: Juergen Lock X# X# $FreeBSD: $ X# X XPORTNAME= seabios-devel XPORTVERSION= 0.6.3p20110903 XCATEGORIES= emulators XMASTER_SITES= http://www.linuxtogo.org/~kevin/SeaBIOS/:release \ X LOCAL/nox/ XDISTNAME= ${PORTNAME:S/-devel//}-${DISTVERSION:C/:(.)/\1/g} XDIST_SUBDIR= qemu X XMAINTAINER= nox@FreeBSD.org XCOMMENT= SeaBIOS git snapshot (for emulators/qemu-devel) X XUSE_GMAKE= yes XUSE_BZIP2= yes XUSE_PYTHON_BUILD= yes XPATCH_STRIP= -p1 XONLY_FOR_ARCHS= amd64 i386 XCONFLICTS_INSTALL= qemu-[0-9]* XMAKE_JOBS_SAFE= yes X X.include X X.if ${OSVERSION} < 900033 XBUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils XCONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin XMAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin LD=${LOCALBASE}/bin/ld X.endif X XPLIST_FILES= share/qemu/${PORTNAME}.bin XPLIST_DIRSTRY= share/qemu X Xpost-patch: X @${REINPLACE_CMD} s/elf32-i386/elf32-i386-freebsd/g \ X ${WRKSRC}/tools/layoutrom.py \ X ${WRKSRC}/vgasrc/vgalayout.lds.S X @${REINPLACE_CMD} s/elf_i386/elf_i386_fbsd/g \ X ${WRKSRC}/Makefile X Xdo-install: X @${MKDIR} ${PREFIX}/share/qemu X @${INSTALL_DATA} ${WRKSRC}/out/bios.bin ${PREFIX}/share/qemu/${PORTNAME}.bin X X.include eaf1309e3163a4e12405eed0df109d30 echo x - seabios-devel/distinfo sed 's/^X//' >seabios-devel/distinfo << '030ab14f4b4861637fe0ee7c848b1c6d' XSHA256 (qemu/seabios-0.6.3p20110903.tar.bz2) = c335e237d9776a40039112bf0dba1ddf42ac58e17491cd426e479de47317f9ba XSIZE (qemu/seabios-0.6.3p20110903.tar.bz2) = 357836 030ab14f4b4861637fe0ee7c848b1c6d echo x - seabios-devel/pkg-descr sed 's/^X//' >seabios-devel/pkg-descr << '33623ad91b407c184b52bcee03dec102' XSeaBIOS is an open source implementation of a 16bit X86 BIOS. SeaBIOS Xcan run in an emulator or it can run natively on X86 hardware with Xthe use of coreboot. X XSeaBIOS is the default BIOS for qemu and kvm. X XThis is a git snapshot to be used with the emulators/qemu-devel port. X XWWW: http://www.seabios.org/SeaBIOS 33623ad91b407c184b52bcee03dec102 exit