aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wxmupen64plus/Makefile
blob: c60c3e762483510ba5b4fd468ba9638dc68987f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:    wxmupen64plus
# Date created:     2011-12-17
# Whom:         Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   wxmupen64plus
PORTVERSION=    0.2
CATEGORIES= emulators
MASTER_SITES=   http://cdn.bitbucket.org/auria/wxmupen64plus/downloads/
DIST_SUBDIR=    ${PORTNAME:S/wx//}

MAINTAINER= acm@FreeBSD.org
COMMENT=    A Mupen64Plus 2.0 GUI frontend written using wxWidgets

LIB_DEPENDS=    mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core
RUN_DEPENDS=    ${LOCALBASE}/lib/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \
        ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:${PORTSDIR}/emulators/mupen64plus-audio-sdl \
        ${LOCALBASE}/lib/mupen64plus/mupen64plus-input-sdl.so:${PORTSDIR}/emulators/mupen64plus-input-sdl \
        ${LOCALBASE}/lib/mupen64plus/mupen64plus-rsp-hle.so:${PORTSDIR}/emulators/mupen64plus-rsp-hle \
        ${LOCALBASE}/lib/mupen64plus/mupen64plus-video-rice.so:${PORTSDIR}/emulators/mupen64plus-video-rice \
        mupen64plus:${PORTSDIR}/emulators/mupen64plus-ui-console

USE_ZIP=    yes
USE_SDL=    yes
USE_WX=     2.9
WX_UNICODE= yes
USE_PYTHON= yes

WAF_SCRIPT= waf

do-configure:
    @cd ${WRKSRC} && \
        ${PYTHON_CMD} ${WAF_SCRIPT} configure --mupenapi=${LOCALBASE}/include/${PORTNAME:S/wx//} \
                --wxconfig=${WX_CONFIG} \
                --sdlconfig=${SDL_CONFIG} \
                --datadir=${DATADIR} \
                --libdir=${LOCALBASE}/lib/${PORTNAME:S/wx//}

do-build:
    @cd ${WRKSRC} && \
        ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${WAF_SCRIPT}

do-install:
    @${MKDIR} ${DATADIR}
    @cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${DATADIR}
    @${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>