diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 23:03:48 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 23:03:48 +0000 |
commit | 54c5838789893592228366b77413173e7904de70 (patch) | |
tree | 00761ed9dc4677140a3af90b9fba995c49dad81a | |
parent | d9927d40f83d5f4988fb51190f879c5205572b19 (diff) | |
download | ports-54c5838789893592228366b77413173e7904de70.tar.gz ports-54c5838789893592228366b77413173e7904de70.zip |
Notes
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/kmamerun/Makefile | 22 | ||||
-rw-r--r-- | emulators/kmamerun/distinfo | 1 | ||||
-rw-r--r-- | emulators/kmamerun/files/patch-kmamerun+main.cpp | 12 | ||||
-rw-r--r-- | emulators/kmamerun/files/patch-kmamerun+prefinputdata.cpp | 12 | ||||
-rw-r--r-- | emulators/kmamerun/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/kmamerun/pkg-descr | 6 | ||||
-rw-r--r-- | emulators/kmamerun/pkg-plist | 35 |
8 files changed, 90 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index bff64bb4935b..db74f5c231ea 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -29,6 +29,7 @@ SUBDIR += hfsutils SUBDIR += ia64sim SUBDIR += ines + SUBDIR += kmamerun SUBDIR += libvm68k SUBDIR += linux-ePSXe SUBDIR += linux-peops-softgpu diff --git a/emulators/kmamerun/Makefile b/emulators/kmamerun/Makefile new file mode 100644 index 000000000000..8b5bf84318a1 --- /dev/null +++ b/emulators/kmamerun/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: kmamerun +# Date created: 18 January 2003 +# Whom: Scott A. Moberly <smoberly@karamazov.org> +# +# $FreeBSD$ + +PORTNAME= kmamerun +PORTVERSION= 1.1.0 +CATEGORIES= emulators kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= kmamerun + +MAINTAINER= smoberly@karamazov.org + +RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame + +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/emulators/kmamerun/distinfo b/emulators/kmamerun/distinfo new file mode 100644 index 000000000000..9359ea950646 --- /dev/null +++ b/emulators/kmamerun/distinfo @@ -0,0 +1 @@ +MD5 (kmamerun-1.1.0.tar.gz) = e0241a33dc3397d1b99bc65f1d28ca2f diff --git a/emulators/kmamerun/files/patch-kmamerun+main.cpp b/emulators/kmamerun/files/patch-kmamerun+main.cpp new file mode 100644 index 000000000000..5feabad281c5 --- /dev/null +++ b/emulators/kmamerun/files/patch-kmamerun+main.cpp @@ -0,0 +1,12 @@ +*** kmamerun/main.cpp.orig Sat Jan 18 13:47:33 2003 +--- kmamerun/main.cpp Sat Jan 18 13:47:54 2003 +*************** +*** 22,27 **** +--- 22,28 ---- + #include <kcmdlineargs.h> + #include <kaboutdata.h> + #include <klocale.h> ++ #include <stdlib.h> + + QString globalGameName; + QString globalGameFullName; diff --git a/emulators/kmamerun/files/patch-kmamerun+prefinputdata.cpp b/emulators/kmamerun/files/patch-kmamerun+prefinputdata.cpp new file mode 100644 index 000000000000..fb6f9996650a --- /dev/null +++ b/emulators/kmamerun/files/patch-kmamerun+prefinputdata.cpp @@ -0,0 +1,12 @@ +*** kmamerun/prefinputdata.cpp.orig Sat Jan 18 14:06:30 2003 +--- kmamerun/prefinputdata.cpp Sat Jan 18 14:07:10 2003 +*************** +*** 35,40 **** +--- 35,41 ---- + comboJoyType->insertItem(i18n("Fm Town Pad support")); + comboJoyType->insertItem(i18n("X11 input extension joystick")); + comboJoyType->insertItem(i18n("new i386 linux 1.x..x joystick driver")); ++ comboJoyType->insertItem(i18n("NetBSD USB joystick driver")); + + checkGrabMouse= new QCheckBox(this,"NoName"); + checkGrabMouse->setGeometry(10,100,410,30); diff --git a/emulators/kmamerun/pkg-comment b/emulators/kmamerun/pkg-comment new file mode 100644 index 000000000000..2842e16eb747 --- /dev/null +++ b/emulators/kmamerun/pkg-comment @@ -0,0 +1 @@ +KDE frontend for M.A.M.E. (Multiple Arcade Machine Emulator) diff --git a/emulators/kmamerun/pkg-descr b/emulators/kmamerun/pkg-descr new file mode 100644 index 000000000000..d4cfe72c50d3 --- /dev/null +++ b/emulators/kmamerun/pkg-descr @@ -0,0 +1,6 @@ +KMameRun is a KDE frontend for M.A.M.E. (Multiple Arcade Machine +Emulator). Here you can comfortably set your default or per game +configurations when calling xmame. The xmame binary has to be +available somewhere on your system. + +WWW: http://kmamerun.sourceforge.net diff --git a/emulators/kmamerun/pkg-plist b/emulators/kmamerun/pkg-plist new file mode 100644 index 000000000000..de8930766b1a --- /dev/null +++ b/emulators/kmamerun/pkg-plist @@ -0,0 +1,35 @@ +bin/kmamerun +share/applnk/Applications/kmamerun.desktop +share/apps/kmamerun/kmamerunui.rc +share/apps/kmamerun/toolbar/game_exists.xpm +share/apps/kmamerun/toolbar/game_noroms.xpm +share/apps/kmamerun/toolbar/game_wrongroms.xpm +share/apps/kmamerun/toolbar/preferences.xpm +share/apps/kmamerun/toolbar/rungame.xpm +share/doc/HTML/en/kmamerun/contents.png +share/doc/HTML/en/kmamerun/logotp3.png +share/doc/HTML/en/kmamerun/next.png +share/doc/HTML/en/kmamerun/next_g.png +share/doc/HTML/en/kmamerun/prev.png +share/doc/HTML/en/kmamerun/prev_g.png +share/doc/HTML/en/kmamerun/up.png +share/doc/HTML/en/kmamerun/up_g.png +share/doc/HTML/en/kmamerun/index.html +share/doc/HTML/en/kmamerun/kmamerun.css +share/doc/HTML/en/kmamerun/kmamerun.html +share/doc/HTML/en/kmamerun/node1.html +share/doc/HTML/en/kmamerun/node2.html +share/doc/HTML/en/kmamerun/node3.html +share/doc/HTML/en/kmamerun/node4.html +share/doc/HTML/en/kmamerun/node5.html +share/doc/HTML/en/kmamerun/node6.html +share/doc/HTML/en/kmamerun/node7.html +share/doc/HTML/en/kmamerun/node8.html +share/doc/HTML/en/kmamerun/node9.html +share/icons/hicolor/16x16/apps/kmamerun.xpm +share/icons/hicolor/32x32/apps/kmamerun.xpm +share/icons/locolor/16x16/apps/kmamerun.png +share/icons/locolor/32x32/apps/kmamerun.png +@dirrm share/apps/kmamerun/toolbar +@dirrm share/apps/kmamerun +@dirrm share/doc/HTML/en/kmamerun |