Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.

This commit is contained in:
Maxim Sobolev 2000-09-20 17:05:56 +00:00
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

View File

@ -9,6 +9,7 @@
SUBDIR += bsvc
SUBDIR += cpmemu
SUBDIR += cpmtools
SUBDIR += dgen-sdl
SUBDIR += dlx
SUBDIR += fmsx
SUBDIR += frodo

View 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>

View File

@ -0,0 +1 @@
MD5 (dgen-sdl-1.20a.tar.gz) = 91c4ba63878fbc3b7f73a34157c62957

View 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)

View File

@ -0,0 +1 @@
A wonderful Sega Genesis/MegaDrive emulator

View File

@ -0,0 +1,3 @@
DGen is a wonderful Sega Genesis/MegaDrive emulator.
WWW: http://www.humboldt1.com/~ognir/dgen-sdl.html

View File

@ -0,0 +1,2 @@
bin/dgen
bin/tobin