summaryrefslogtreecommitdiff
path: root/emulators/libretro-cap32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/libretro-cap32/Makefile')
-rw-r--r--emulators/libretro-cap32/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/libretro-cap32/Makefile b/emulators/libretro-cap32/Makefile
index 8814852a292..72bf8577514 100644
--- a/emulators/libretro-cap32/Makefile
+++ b/emulators/libretro-cap32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/02/01 10:11:03 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/26 09:45:13 nia Exp $
DISTNAME= libretro-cap32-20190128
CATEGORIES= emulators
@@ -10,10 +10,14 @@ HOMEPAGE= https://docs.libretro.com/library/caprice32/
COMMENT= Libretro core based on the Caprice32 Amstrad CPC emulator
LICENSE= gnu-gpl-v2
-EXTRACT_USING= bsdtar
USE_TOOLS+= gmake
USE_LANGUAGES= c99
+OPSYSVARS+= SOEXT
+SOEXT.Darwin= dylib
+SOEXT.*= so
+PLIST_SUBST+= SOEXT=${SOEXT}
+
.include "../../mk/endian.mk"
.if ${MACHINE_ENDIAN} == "big"