Update homepage after migration from Google Code.
This commit is contained in:
parent
4f2c5e0b03
commit
dfb68a837e
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.9 2015/05/11 09:40:40 bentley Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.10 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
ONLY_FOR_ARCHS ?= amd64 i386
|
||||
SHARED_ONLY = Yes
|
||||
VERSION ?= 2.5
|
||||
DISTNAME ?= mupen64plus-${MUPEN64PLUS_MOD}-src-${VERSION}
|
||||
PKGNAME ?= mupen64plus-${MUPEN64PLUS_MOD}-${VERSION}
|
||||
HOMEPAGE ?= https://code.google.com/p/mupen64plus/
|
||||
HOMEPAGE ?= http://mupen64plus.org/
|
||||
CATEGORIES ?= emulators games
|
||||
MASTER_SITES ?= https://github.com/mupen64plus/mupen64plus-${MUPEN64PLUS_MOD}/releases/download/${VERSION}/
|
||||
MAINTAINER ?= Anthony J. Bentley <anthony@cathet.us>
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2015/05/11 09:40:40 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator sdl audio plugin
|
||||
REVISION = 0
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2015/05/28 10:17:23 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator core
|
||||
SHARED_LIBS = mupen64plus 2.3 # 2.5
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2015/05/11 09:40:40 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator input plugin
|
||||
REVISION = 0
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2015/05/11 09:40:40 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator signal co-processor plugin
|
||||
REVISION = 0
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2014/04/17 07:03:59 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator signal co-processor plugin
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
# XXX upstream was inconsistent with numbering this release (2.0 vs 2.0.0)
|
||||
VERSION = 2.0.0
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2015/05/11 09:40:40 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator command-line ui plugin
|
||||
REVISION = 0
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2014/04/17 07:03:59 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator video plugin
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
# XXX upstream was inconsistent with numbering this release (2.0 vs 2.0.0)
|
||||
VERSION = 2.0.0
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2015/02/15 06:31:03 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator video plugin
|
||||
REVISION = 0
|
||||
|
||||
# XXX upstream was inconsistent with numbering this release (2.0 vs 2.0.0)
|
||||
VERSION = 2.0.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2015/05/28 10:17:23 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator video plugin
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2015/05/11 09:40:40 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2015/08/24 04:10:56 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator opengl video plugin
|
||||
REVISION = 0
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2015/05/29 23:23:07 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2015/08/24 04:10:57 bentley Exp $
|
||||
|
||||
COMMENT = n64 emulator video plugin
|
||||
REVISION = 0
|
||||
|
||||
# XXX upstream was inconsistent with numbering this release (2.0 vs 2.0.0)
|
||||
VERSION = 2.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user