summaryrefslogtreecommitdiff
path: root/emulators/dgen-sdl/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-23 17:54:29 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-23 17:54:29 +0000
commit39dd2dc01f87beb4a48c5b48b47f108a03df29c7 (patch)
tree4b7f311482d7603f916f2014897f4cb30f5c9b1d /emulators/dgen-sdl/Makefile
parentImprove toward multithreading: (diff)
Update to 1.22.
Submitted by: Joe Groff <joe@pknet.com> (author of dgen-sdl)
Notes
Notes: svn path=/head/; revision=38649
Diffstat (limited to 'emulators/dgen-sdl/Makefile')
-rw-r--r--emulators/dgen-sdl/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile
index a4aaae0ac376..e3c416dd5bbc 100644
--- a/emulators/dgen-sdl/Makefile
+++ b/emulators/dgen-sdl/Makefile
@@ -6,18 +6,22 @@
#
PORTNAME= dgen-sdl
-PORTVERSION= 1.20a
+PORTVERSION= 1.22
CATEGORIES= emulators
MASTER_SITES= http://pknet.com/~joe/
MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
+LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel
+SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+
+USE_MESA= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
-MAN1= dgen.1
+MAN1= dgen.1 tobin.1
MAN5= dgenrc.5
.include <bsd.port.mk>