Update advancemess to 3.0.
Both AdvanceMAME and AdvanceMESS are now distributed in one unique tarball, and a configure switch has been introduced to choose which emulator to build. OK sthen@
This commit is contained in:
parent
90b685810e
commit
4ec12689c3
@ -1,8 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2016/09/08 20:28:18 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2016/12/16 21:24:54 fcambus Exp $
|
||||
|
||||
COMMENT = MESS port with advanced video support for monitors and TVs
|
||||
|
||||
DISTNAME = advancemess-1.4
|
||||
V = 3.0
|
||||
DISTNAME = advancemame-$V
|
||||
PKGNAME = advancemess-$V
|
||||
|
||||
CATEGORIES = emulators games
|
||||
|
||||
@ -17,12 +19,14 @@ PERMIT_DISTFILES_FTP = unclear license
|
||||
|
||||
WANTLIB += SDL c expat freetype m pthread z
|
||||
|
||||
MASTER_SITES = https://github.com/amadvance/advancemame/releases/download/${DISTNAME}/
|
||||
MASTER_SITES = https://github.com/amadvance/advancemame/releases/download/v$V/
|
||||
|
||||
LIB_DEPENDS = devel/sdl
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
CONFIGURE_ARGS += --with-emu=mess
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
post-patch:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (advancemess-1.4.tar.gz) = DXilYHWt64/8FxYgXhle5OAF2HmQZ4WNOYpOd1AVHQA=
|
||||
SIZE (advancemess-1.4.tar.gz) = 9288257
|
||||
SHA256 (advancemame-3.0.tar.gz) = GQd/Vatjasjplth3daHrhsLO04HLzVfB4MC/QQ9LQQE=
|
||||
SIZE (advancemame-3.0.tar.gz) = 23432477
|
||||
|
Loading…
Reference in New Issue
Block a user