Changeset View
Changeset View
Standalone View
Standalone View
emulators/mupen64plus-core/Makefile
| Show All 18 Lines | |||||
| USE_GL?= yes | USE_GL?= yes | ||||
| USE_SDL?= sdl2 | USE_SDL?= sdl2 | ||||
| USE_LDCONFIG?= yes | USE_LDCONFIG?= yes | ||||
| ONLY_FOR_ARCHS= i386 amd64 | ONLY_FOR_ARCHS= i386 amd64 | ||||
| OPTFLAGS= # | OPTFLAGS= # | ||||
| MAKE_ENV+= OPTFLAGS="${OPTFLAGS}" | MAKE_ENV+= OPTFLAGS="${OPTFLAGS}" | ||||
| OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options | |||||
| .include "${.CURDIR}/../mupen64plus-core/Makefile.common" | .include "${.CURDIR}/../mupen64plus-core/Makefile.common" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||