Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= libretro-emux |
3 |
PORTNAME= libretro-emux |
4 |
PORTVERSION= 0.20200313 |
4 |
PORTVERSION= 0.20200504 |
5 |
CATEGORIES= games |
5 |
CATEGORIES= games |
6 |
|
6 |
|
7 |
MAINTAINER= menelkir@itroll.org |
7 |
MAINTAINER= menelkir@itroll.org |
Lines 17-31
Link Here
|
17 |
GH_PROJECT= emux |
17 |
GH_PROJECT= emux |
18 |
GH_TAGNAME= 640d4ba |
18 |
GH_TAGNAME= 640d4ba |
19 |
|
19 |
|
20 |
PLIST_FILES= libexec/libretro/emux_chip8_libretro.so \ |
20 |
PLIST_FILES= lib/libretro/emux_chip8_libretro.so \ |
21 |
libexec/libretro/emux_gb_libretro.so \ |
21 |
lib/libretro/emux_gb_libretro.so \ |
22 |
libexec/libretro/emux_nes_libretro.so \ |
22 |
lib/libretro/emux_nes_libretro.so \ |
23 |
libexec/libretro/emux_sms_libretro.so |
23 |
lib/libretro/emux_sms_libretro.so |
24 |
|
24 |
|
25 |
MAKEFILE= Makefile.freebsd |
25 |
MAKEFILE= Makefile.freebsd |
26 |
|
26 |
|
27 |
do-install: |
27 |
do-install: |
28 |
${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; |
28 |
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; |
29 |
${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; |
29 |
${INSTALL_LIB} ${WRKSRC}/libretro/emux_chip8_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; |
|
|
30 |
${INSTALL_LIB} ${WRKSRC}/libretro/emux_gb_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; |
31 |
${INSTALL_LIB} ${WRKSRC}/libretro/emux_nes_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; |
32 |
${INSTALL_LIB} ${WRKSRC}/libretro/emux_sms_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; |
30 |
|
33 |
|
31 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |