diff options
Diffstat (limited to 'emulators/mame/Makefile')
-rw-r--r-- | emulators/mame/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 5884d487ca0..83c78e7b6e0 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2016/04/11 19:01:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.55 2016/04/14 21:47:07 wiz Exp $ -DISTNAME= mame-0.171 -PKGREVISION= 1 +DISTNAME= mame-0.172 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=mamedev/} GITHUB_TAG= ${DISTNAME:S/-//S/.//} @@ -9,7 +8,7 @@ GITHUB_TAG= ${DISTNAME:S/-//S/.//} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.mamedev.org/ COMMENT= Multiple Arcade Machine Emulator -LICENSE= mame-license +LICENSE= modified-bsd AND gnu-gpl-v2 DOCDIR= share/doc/mame SHAREDIR= share/mame |