summaryrefslogtreecommitdiff
path: root/emulators/dgen-sdl/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-20 17:05:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-20 17:05:56 +0000
commit4e1c69a21a8c3b27f885728fefad8ff55fe8cd4e (patch)
tree995d254d80ae932c83d3c554760c64ec74443317 /emulators/dgen-sdl/Makefile
parentAdd sdl_ttf - a library to use TrueType fonts to render text in SDL (diff)
Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.
Notes
Notes: svn path=/head/; revision=32900
Diffstat (limited to 'emulators/dgen-sdl/Makefile')
-rw-r--r--emulators/dgen-sdl/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile
new file mode 100644
index 000000000000..d50c9fdafdfe
--- /dev/null
+++ b/emulators/dgen-sdl/Makefile
@@ -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>