freebsd-ports/emulators/mupen64plus-core/Makefile
John Marino c67f10d9ea Stage all emulators/mupen64plus ports
PR:		190081
Submitted by:	Matthieu Volat
Tweaks by:	marino
2014-08-14 22:05:53 +00:00

31 lines
836 B
Makefile

# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= mupen64plus
PORTVERSION?= 2.0
PORTREVISION?= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} \
${MASTER_SITE_GOOGLE_CODE}:plugin \
http://cdn.bitbucket.org/wahrhaft/${PORTNAME}${PKGNAMESUFFIX}/downloads/:plugin
PKGNAMESUFFIX?= -core
DIST_SUBDIR= ${PORTNAME}
MAINTAINER?= ports@FreeBSD.org
COMMENT?= Fork of Mupen64 Nintendo 64 emulator
#PROJECTHOST= bsdistfiles
USES= gmake pkgconfig
USE_GL?= yes
USE_SDL?= yes
USE_LDCONFIG?= yes
ONLY_FOR_ARCHS= i386 amd64
OPTFLAGS= #
MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" OPTFLAGS="${OPTFLAGS}"
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
.include "${.CURDIR}/../mupen64plus-core/Makefile.common"
.include <bsd.port.mk>