123456789101112131415161718192021222324252627 |
- # $OpenBSD: Makefile,v 1.15 2017/04/10 11:45:28 sthen Exp $
- COMMENT = n64 emulator core
- SHARED_LIBS = mupen64plus 2.3 # 2.5
- REVISION = 3
- # GPLv2+
- PERMIT_PACKAGE_CDROM = Yes
- WANTLIB = GL GLU c m ${LIBCXX} z freetype png pthread SDL2
- LIB_DEPENDS = devel/sdl2 \
- graphics/png \
- print/freetype
- MUPEN64PLUS_MOD = core
- # PIC #ifdef in src/r4300/x86/rjump.c:104 (taken as a result of PIE by
- # default) needs newer gcc
- MODULES = gcc4
- MODGCC4_ARCHS = i386
- MODGCC4_LANGS = c c++
- MAKE_FLAGS += TARGET=libmupen64plus.so.${LIBmupen64plus_VERSION} \
- SONAME=libmupen64plus.so
- .include <bsd.port.mk>
|