diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-12 12:14:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-12 12:14:49 +0000 |
commit | 8a8308fdf6d371ae64e6b4ff18b1d172111345d9 (patch) | |
tree | 6c94db3285497738054e54a0fc72f970c8ff1b1c /emulators | |
parent | 8850b555b82be1654c052a3e25ccc101a96aab5f (diff) | |
download | ports-8a8308fdf6d371ae64e6b4ff18b1d172111345d9.tar.gz ports-8a8308fdf6d371ae64e6b4ff18b1d172111345d9.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 9 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 6cc562a64bd8..34b122c20830 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.76.1 +PORTVERSION?= 0.77.1 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.sys2064.com/files/util/:history \ @@ -24,6 +24,7 @@ USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes USE_REINPLACE= yes +MAKEFILE= makefile.unix MAN6= x${MAMEMESS}.6 @@ -163,7 +164,7 @@ CFLAGS+= -O3 -Wall -Wno-unused -funroll-loops \ .endif .endif -SDLSOUNDCOMMENT= \# +SDLSOUNDCOMMENT= \# # Option DISPLAY_TARGET .if !defined(DISPLAY_TARGET) @@ -172,7 +173,7 @@ DISPLAY_TARGET=sdl .if ${DISPLAY_TARGET:L} == "opengl" CFLAGS+= ${PTHREAD_CFLAGS} -USE_MESA= yes +USE_GL= yes DISPLAY_METHOD= xgl PLIST_SUB+= OPENGL="" ALL_DOCS+= ${GLDOCS} @@ -194,7 +195,7 @@ pre-everything:: @${ECHO_MSG} "'make options' for more information." @exit 1 .endif -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config DISPLAY_METHOD= SDL SDLSOUNDCOMMENT= diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 8c864a3ed301..cbc96f316f40 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,4 +1,4 @@ -MD5 (xmame/xmame-0.76.1.tar.bz2) = daccd7bd8068617b9a4fd0a5925b78a1 +MD5 (xmame/xmame-0.77.1.tar.bz2) = 744fdbac27c08cf13ca979a4b4985041 MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12 MD5 (xmame/cheat.zip) = fab0ea562a8dcfd1ce4f3a1d5acc6101 |