freebsd-ports/emulators/mupen64plus-core/Makefile
Jose Alonso Cardenas Marquez bf98a86fdd - Fix build on i386
- Install plugins to ${LOCALBASE}/lib/mupen64plus directory. This is default
  directory used by emulator
- Bump PORTREVISION

Reported by:	David Demelier <demelier.david@ at gmail.com>
2010-12-17 05:47:55 +00:00

33 lines
698 B
Makefile

# New ports collection makefile for: mupen64plus-core
# Date created: 2008-05-16
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mupen64plus
PORTVERSION?= 1.99.4
PORTREVISION?= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMESUFFIX?= -core
DIST_SUBDIR= ${PORTNAME}
MAINTAINER?= acm@FreeBSD.org
COMMENT?= A fork of Mupen64 Nintendo 64 emulator
USE_GL?= yes
USE_SDL?= yes
USE_GMAKE= yes
USE_LDCONFIG?= yes
ONLY_FOR_ARCHS= i386 amd64
MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
.include <bsd.port.pre.mk>
.include "${MASTERDIR}/Makefile.common"
.include <bsd.port.post.mk>