svn commit: r348911 - head/emulators/mupen64-base

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Mon Mar 24 00:10:19 UTC 2014


Author: acm
Date: Mon Mar 24 00:10:19 2014
New Revision: 348911
URL: http://svnweb.freebsd.org/changeset/ports/348911
QAT: https://qat.redports.org/buildarchive/r348911/

Log:
  - Mark DEPRECATED. Use mupen64plus instead

Modified:
  head/emulators/mupen64-base/Makefile

Modified: head/emulators/mupen64-base/Makefile
==============================================================================
--- head/emulators/mupen64-base/Makefile	Mon Mar 24 00:05:09 2014	(r348910)
+++ head/emulators/mupen64-base/Makefile	Mon Mar 24 00:10:19 2014	(r348911)
@@ -13,11 +13,11 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER?=	acm at FreeBSD.org
 COMMENT?=	Mupen64 is a Nintendo 64 emulator
 
+USES=		gmake
 USE_GNOME?=	#
 USE_GL?=	#
 USE_SDL?=	#
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 ONLY_FOR_ARCHS=	i386
 
 MAKE_ENV+=	PTHREAD_LIBS="${PTHREAD_LIBS}"
@@ -29,6 +29,10 @@ OPTIONS_DEFINE=	GTK2
 GTK2_DESC=	Use gtk20 instead of gtk12
 
 NO_STAGE=	yes
+
+DEPRECATED=	Use mupen64plus instead
+EXPIRATION_DATE=2014-04-23
+
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MGTK2}


More information about the svn-ports-all mailing list