mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Qemu Launcher is a GTK front-end for the Qemu x86 PC emulator.
PR: ports/91071 Submitted by: Wesley Shields <wxs@csh.rit.edu>
This commit is contained in:
parent
fd81fe58a7
commit
b58be341c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152389
5 changed files with 57 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
|||
SUBDIR += prodosemu
|
||||
SUBDIR += psim-freebsd
|
||||
SUBDIR += qemu
|
||||
SUBDIR += qemu-launcher
|
||||
SUBDIR += quasi88
|
||||
SUBDIR += raine
|
||||
SUBDIR += rtc
|
||||
|
|
40
emulators/qemu-launcher/Makefile
Normal file
40
emulators/qemu-launcher/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# New ports collection makefile for: qemu-launcher
|
||||
# Date created: 22 December 2005
|
||||
# Whom: Wesley Shields <wxs@csh.rit.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qemu-launcher
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://emeitner.f2o.org/debian/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
||||
|
||||
MAINTAINER= wxs@csh.rit.edu
|
||||
COMMENT= A GTK front-end to Qemu
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Gtk2/GladeXML/:${PORTSDIR}/x11-toolkits/p5-Glade2
|
||||
|
||||
WRKSRC= ${WRKDIR}/trunk
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= qemu-launcher.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,usr,usr/local,g' ${WRKSRC}/qemu-launcher
|
||||
|
||||
# XXX: Currently not installing qemu-launcher.desktop or qemu-launcher.xpm
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/qemu-launcher ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/qemu-launcher.1 ${PREFIX}/man/man1
|
||||
${MKDIR} ${PREFIX}/share/qemu-launcher/glade
|
||||
.for file in diskimages.glade qemulauncher.glade qemulauncher.png
|
||||
${INSTALL_DATA} ${WRKSRC}/glade/${file} ${PREFIX}/share/qemu-launcher/glade
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
3
emulators/qemu-launcher/distinfo
Normal file
3
emulators/qemu-launcher/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (qemu-launcher_1.5.1-1.tar.gz) = 818ade9464af93798f8cab87217d5437
|
||||
SHA256 (qemu-launcher_1.5.1-1.tar.gz) = a6a5d2794b1c5a9c10681e958e158c43502fa179e1ad898ff5f3aefd7d774e66
|
||||
SIZE (qemu-launcher_1.5.1-1.tar.gz) = 33684
|
7
emulators/qemu-launcher/pkg-descr
Normal file
7
emulators/qemu-launcher/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Qemu Launcher is a GTK front-end for the Qemu x86 PC emulator.
|
||||
|
||||
WWW: http://emeitner.f2o.org/qemu_launcher
|
||||
|
||||
-- WXS
|
||||
Wesley Shields
|
||||
wxs@csh.rit.edu
|
6
emulators/qemu-launcher/pkg-plist
Normal file
6
emulators/qemu-launcher/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
bin/qemu-launcher
|
||||
%%DATADIR%%/glade/diskimages.glade
|
||||
%%DATADIR%%/glade/qemulauncher.glade
|
||||
%%DATADIR%%/glade/qemulauncher.png
|
||||
@dirrm share/qemu-launcher/glade
|
||||
@dirrm share/qemu-launcher
|
Loading…
Add table
Reference in a new issue