Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 22:26:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231310] emulators/nestopia: add libretro build
Message-ID:  <bug-231310-7788-X966zhhiSK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231310-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231310-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231310

--- Comment #2 from Nathan <ndowens@yahoo.com> ---
So you could in this case do:
post-build-LIBRETRO-on:
        cd ${WRKSRC}/libretro && gmake
post-install-LIBRETRO-on:
        ${MKDIR} ${STAGEDIR}${PREFIX}/lib/libretro
        ${INSTALL_DATA} ${WRKSRC}/libretro/nestopia_libretro.so \
                ${STAGEDIR}${PREFIX}/lib/libretro

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231310-7788-X966zhhiSK>