diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-07-18 23:37:55 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-07-18 23:37:55 +0000 |
commit | 3665e763e91043a43df78f790200de1b64a102c5 (patch) | |
tree | 33bd5d478e3e0ad2e919962603bb22222b9b5209 /emulators/xmess/Makefile | |
parent | 69c9642f23da08ea9cd7a1587010d0c8bf4444ec (diff) | |
download | pkgsrc-3665e763e91043a43df78f790200de1b64a102c5.tar.gz |
Update xmess to 0.84.1.
Changes since 0.83.1:
- Everything from MAME 0.84 (http://x.mame.net/changes-mame.html) and
MESS 0.84 (http://x.mame.net/changes-mess.html).
- Removed -listinfo, since it's no longer supported by the core.
Diffstat (limited to 'emulators/xmess/Makefile')
-rw-r--r-- | emulators/xmess/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 7416cc9a820..97ad3e2feb1 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2004/06/21 21:55:45 kristerw Exp $ +# $NetBSD: Makefile,v 1.54 2004/07/18 23:37:55 kristerw Exp $ # -DISTNAME= xmame-0.83.1 -PKGNAME= xmess-0.83.1 +DISTNAME= xmame-0.84.1 +PKGNAME= xmess-0.84.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 @@ -34,6 +34,7 @@ MAKE_FLAGS+= TARGET="${TARGET:S/x//}" MAKE_FLAGS+= LIBS="${LDFLAGS} ${LIBS}" MAKE_FLAGS+= CFLAGS="${CFLAGS}" MAKE_FLAGS+= X11INC= X11LIB= +MAKE_FLAGS+= XMAME_NET=1 .if !empty(USE_ESOUND:M[Yy][Ee][Ss]) MAKE_FLAGS+= SOUND_ESOUND=1 |