UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
29 lines
699 B
Makefile
29 lines
699 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mupen64plus
|
|
PORTVERSION?= 2.5
|
|
PORTREVISION?= 0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/releases/download/${PORTVERSION}/ \
|
|
LOCAL/acm/${PORTNAME} \
|
|
LOCAL/acm/${PORTNAME}/:plugin
|
|
PKGNAMESUFFIX?= -core
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER?= acm@FreeBSD.org
|
|
COMMENT?= Fork of Mupen64 Nintendo 64 emulator
|
|
|
|
#PROJECTHOST= bsdistfiles
|
|
USES+= gmake pkgconfig
|
|
USE_GL?= yes
|
|
USE_SDL?= sdl2
|
|
USE_LDCONFIG?= yes
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
OPTFLAGS= #
|
|
|
|
MAKE_ENV+= OPTFLAGS="${OPTFLAGS}"
|
|
|
|
.include "${.CURDIR}/../mupen64plus-core/Makefile.common"
|
|
.include <bsd.port.mk>
|