freebsd-ports/emulators/mupen64plus-core/Makefile
2024-01-06 01:08:12 -05:00

32 lines
700 B
Makefile

PORTNAME= mupen64plus
PORTVERSION?= 2.5.9.${RELEASE_DATE}
PORTREVISION?= 0
CATEGORIES= emulators
PKGNAMESUFFIX?= -core
DIST_SUBDIR= ${PORTNAME}
MAINTAINER?= acm@FreeBSD.org
COMMENT?= Fork of Mupen64 Nintendo 64 emulator
WWW= https://www.mupen64plus.org/
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}
GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX}
GH_TAGNAME?= f500eb58f76e636e231c3cc2b3d904210f0677c9
USES+= gl gmake pkgconfig sdl
USE_GL?= glu
USE_SDL?= sdl2
USE_LDCONFIG?= yes
ONLY_FOR_ARCHS= i386 amd64
LDFLAGS_i386= -Wl,-znotext
RELEASE_DATE?= 20231104
OPTFLAGS= #
MAKE_ENV+= OPTFLAGS="${OPTFLAGS}"
OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../mupen64plus-core/Makefile.common"
.include <bsd.port.mk>