Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.
This commit is contained in:
parent
3bef997384
commit
4e1c69a21a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32900
7 changed files with 68 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
SUBDIR += bsvc
|
||||
SUBDIR += cpmemu
|
||||
SUBDIR += cpmtools
|
||||
SUBDIR += dgen-sdl
|
||||
SUBDIR += dlx
|
||||
SUBDIR += fmsx
|
||||
SUBDIR += frodo
|
||||
|
|
23
emulators/dgen-sdl/Makefile
Normal file
23
emulators/dgen-sdl/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: dgen-sdl
|
||||
# Date created: 20 September 2000
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dgen-sdl
|
||||
PORTVERSION= 1.20a
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://www.humboldt1.com/~ognir/
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= dgen.1
|
||||
MAN5= dgenrc.5
|
||||
|
||||
.include <bsd.port.mk>
|
1
emulators/dgen-sdl/distinfo
Normal file
1
emulators/dgen-sdl/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (dgen-sdl-1.20a.tar.gz) = 91c4ba63878fbc3b7f73a34157c62957
|
37
emulators/dgen-sdl/files/Makeflags
Normal file
37
emulators/dgen-sdl/files/Makeflags
Normal file
|
@ -0,0 +1,37 @@
|
|||
# This file contains the template for Makeflags
|
||||
|
||||
SYSTEM = FreeBSD
|
||||
FEATURES = -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DUNSIGNED_AUDIO_DATA -DFORCE_XSHM -DNETPLAY
|
||||
|
||||
LOGIC = netlogic
|
||||
|
||||
XPMINCLUDE =
|
||||
XPMLINKDIR =
|
||||
|
||||
BINDIR = ${PREFIX}/bin
|
||||
LIBDIR = ${PREFIX}/share/Maelstrom
|
||||
DATAFILES = Images/*.icon Images/*.cicn "Maelstrom Fonts" \
|
||||
"Maelstrom Sounds" "Maelstrom Sprites"
|
||||
|
||||
OBJS = main.o framebuf.o v_framebuf.o x11_framebuf.o vga_framebuf.o \
|
||||
dga_framebuf.o fontserv.o sound.o Mac_Resource.o imagedump.o \
|
||||
init.o $(LOGIC)/$(LOGIC).o \
|
||||
controls.o scores.o dialog.o fastrand.o netscore.o checksum.o \
|
||||
Utils.o shared.o myerror.o
|
||||
SOUNDOBJS = Maelstrom_sound.o Mac_Resource.o soundres.o mixer.o shared.o myerror.o
|
||||
|
||||
X11INCLUDE = -I${X11BASE}/include
|
||||
INCLUDES = -I$(LOGIC) $(X11INCLUDE) $(XPMINCLUDE)
|
||||
CFLAGS += $(INCLUDES) $(FEATURES) \
|
||||
-pedantic -DSYSTEM=\"$(SYSTEM)\" -DLIBDIR=\"$(LIBDIR)\"
|
||||
EXTRALIBS =
|
||||
X11LINKDIR = -L${X11BASE}/lib
|
||||
X11LIBS = -lXpm $(XPMLINKDIR) -lX11 -lXext $(X11LINKDIR)
|
||||
CSUMLIB =
|
||||
LIBS = $(EXTRALIBS) $(X11LIBS) $(CSUMLIB)
|
||||
SOUNDLIBS =
|
||||
|
||||
INSTALL = install
|
||||
|
||||
all: $(MAELSTROM)
|
||||
|
1
emulators/dgen-sdl/pkg-comment
Normal file
1
emulators/dgen-sdl/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A wonderful Sega Genesis/MegaDrive emulator
|
3
emulators/dgen-sdl/pkg-descr
Normal file
3
emulators/dgen-sdl/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
DGen is a wonderful Sega Genesis/MegaDrive emulator.
|
||||
|
||||
WWW: http://www.humboldt1.com/~ognir/dgen-sdl.html
|
2
emulators/dgen-sdl/pkg-plist
Normal file
2
emulators/dgen-sdl/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/dgen
|
||||
bin/tobin
|
Loading…
Reference in a new issue