Date: Tue, 7 May 2019 09:01:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500954 - head/emulators/wxmupen64plus Message-ID: <201905070901.x4791UoF037119@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 7 09:01:30 2019 New Revision: 500954 URL: https://svnweb.freebsd.org/changeset/ports/500954 Log: - Add LICENSE - Add USES=sdl - Update WWW Approved by: portmgr blanket Modified: head/emulators/wxmupen64plus/Makefile head/emulators/wxmupen64plus/pkg-descr Modified: head/emulators/wxmupen64plus/Makefile ============================================================================== --- head/emulators/wxmupen64plus/Makefile Tue May 7 07:34:56 2019 (r500953) +++ head/emulators/wxmupen64plus/Makefile Tue May 7 09:01:30 2019 (r500954) @@ -12,6 +12,9 @@ DIST_SUBDIR= ${PORTNAME:S/wx//} MAINTAINER= acm@FreeBSD.org COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets +LICENSE= GPLv2+ LGPL3+ CC-BY-SA-3.0 PD +LICENSE_COMB= multi + LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:emulators/mupen64plus-audio-sdl \ @@ -22,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emul WRKSRC= ${WRKDIR}/auria-${PORTNAME}-0564db396383 -USES= compiler:c++11-lib gl python:2.7 +USES= compiler:c++11-lib gl python:2.7 sdl USE_CXXSTD= c++11 USE_SDL= sdl USE_GL= gl Modified: head/emulators/wxmupen64plus/pkg-descr ============================================================================== --- head/emulators/wxmupen64plus/pkg-descr Tue May 7 07:34:56 2019 (r500953) +++ head/emulators/wxmupen64plus/pkg-descr Tue May 7 09:01:30 2019 (r500954) @@ -1,3 +1,3 @@ wxMupen64plus is A Mupen64Plus v2 frontend written with wxWidgets -WWW: http://bitbucket.org/auria/wxmupen64plus +WWW: https://bitbucket.org/auria/wxmupen64plus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905070901.x4791UoF037119>