2010-12-13 08:54:28 +01:00
|
|
|
# New ports collection makefile for: mupen64plus-core
|
2008-05-20 20:36:41 +02:00
|
|
|
# Date created: 2008-05-16
|
|
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mupen64plus
|
2010-12-13 08:54:28 +01:00
|
|
|
PORTVERSION?= 1.99.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION?= 5
|
2008-05-20 20:36:41 +02:00
|
|
|
CATEGORIES= emulators
|
2011-12-18 03:54:41 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
2011-12-21 00:43:18 +01:00
|
|
|
${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} \
|
|
|
|
${MASTER_SITE_GOOGLE_CODE}:plugin \
|
|
|
|
http://cdn.bitbucket.org/wahrhaft/${PORTNAME}${PKGNAMESUFFIX}/downloads/:plugin
|
2010-12-13 08:54:28 +01:00
|
|
|
PKGNAMESUFFIX?= -core
|
2008-05-20 20:36:41 +02:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER?= acm@FreeBSD.org
|
|
|
|
COMMENT?= A fork of Mupen64 Nintendo 64 emulator
|
|
|
|
|
2011-12-18 03:54:41 +01:00
|
|
|
PROJECTHOST= bsdistfiles
|
2010-12-13 08:54:28 +01:00
|
|
|
USE_GL?= yes
|
2010-12-17 06:47:55 +01:00
|
|
|
USE_SDL?= yes
|
2008-05-20 20:36:41 +02:00
|
|
|
USE_GMAKE= yes
|
2010-12-13 08:54:28 +01:00
|
|
|
USE_LDCONFIG?= yes
|
2008-05-20 20:36:41 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
|
2008-07-25 11:38:45 +02:00
|
|
|
MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
2008-05-20 20:36:41 +02:00
|
|
|
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile.common"
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|