diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-05 02:31:52 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-05 02:31:52 +0000 |
commit | 00dc1eb210a076071b91760241952ad13ad0eed5 (patch) | |
tree | 8138a49fa059fa16d6ce68c38520e41c09474ecc /emulators | |
parent | Update to version 1.0. (diff) |
Add ksnes9x, a KDE frontend for snes9x, the snes emulator.
PR: 15160
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=24426
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/ksnes9x/Makefile | 23 | ||||
-rw-r--r-- | emulators/ksnes9x/distinfo | 1 | ||||
-rw-r--r-- | emulators/ksnes9x/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/ksnes9x/pkg-descr | 8 | ||||
-rw-r--r-- | emulators/ksnes9x/pkg-plist | 13 |
6 files changed, 47 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 95368f7b6620..93aba7177769 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -13,6 +13,7 @@ SUBDIR += hfs SUBDIR += hfsutils SUBDIR += ines + SUBDIR += ksnes9x SUBDIR += linux_base SUBDIR += linux_glide SUBDIR += linux_mesa diff --git a/emulators/ksnes9x/Makefile b/emulators/ksnes9x/Makefile new file mode 100644 index 000000000000..77dec8b0cb7c --- /dev/null +++ b/emulators/ksnes9x/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: KSnes9x +# Version required: 1.1 +# Date created: 12 Nov 1999 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= ksnes9x-1.1 +CATEGORIES= emulators +MASTER_SITES= http://www.esquadro.com.br/~ismore/ + +MAINTAINER= andrews@technologist.com + +LIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11 +RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x + +GNU_CONFIGURE= yes +USE_NEWGCC= yes +USE_GMAKE= yes +USE_QT= yes + +.include <bsd.port.mk> diff --git a/emulators/ksnes9x/distinfo b/emulators/ksnes9x/distinfo new file mode 100644 index 000000000000..d0b0ca6b8e61 --- /dev/null +++ b/emulators/ksnes9x/distinfo @@ -0,0 +1 @@ +MD5 (ksnes9x-1.1.tar.gz) = f93a6dfcea3b7d58702cbbf62408397f diff --git a/emulators/ksnes9x/pkg-comment b/emulators/ksnes9x/pkg-comment new file mode 100644 index 000000000000..03cc100c2901 --- /dev/null +++ b/emulators/ksnes9x/pkg-comment @@ -0,0 +1 @@ +SNES9X wrapper for KDE diff --git a/emulators/ksnes9x/pkg-descr b/emulators/ksnes9x/pkg-descr new file mode 100644 index 000000000000..f5a76679f04a --- /dev/null +++ b/emulators/ksnes9x/pkg-descr @@ -0,0 +1,8 @@ +KSNES9X is a KDE wrapper for the snes9x emulator. +It allows people to launch SNES ROMs using snes9x as the engine, with +a "friendly environment". + +WWW: http://www.esquadro.com.br/~ismore/ +Author: Ismael Orenstein <perdig@linuxbr.com.br> + +- Will <andrews@technologist.com> diff --git a/emulators/ksnes9x/pkg-plist b/emulators/ksnes9x/pkg-plist new file mode 100644 index 000000000000..38a99499d304 --- /dev/null +++ b/emulators/ksnes9x/pkg-plist @@ -0,0 +1,13 @@ +bin/ksnes9x +share/applnk/Games/ksnes9x.kdelnk +share/icons/ksnes9x.xpm +share/icons/mini/ksnes9x.xpm +share/doc/HTML/en/ksnes9x/index.html +share/doc/HTML/en/ksnes9x/index-1.html +share/doc/HTML/en/ksnes9x/index-2.html +share/doc/HTML/en/ksnes9x/index-3.html +share/doc/HTML/en/ksnes9x/index-4.html +share/doc/HTML/en/ksnes9x/index-5.html +share/doc/HTML/en/ksnes9x/index-6.html +share/apps/ksnes9x/toolbar/open.xpm +@dirrm share/doc/HTML/en/ksnes9x |