aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gbe/Makefile
blob: c99886de22698e72eb97793205041d310238460c (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
# New ports collection makefile for:   gbe
# Date created:        16 April 2001
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gbe
PORTVERSION=    0.0.22
PORTREVISION=   1
CATEGORIES= emulators
MASTER_SITES=   http://www.zophar.net/unix/Files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Nintendo GameBoy(tm) emulator with GNU source code

USE_GETOPT_LONG=yes

WRKSRC=     ${WRKDIR}/${PORTNAME}
MAKE_ENV=   CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \
        LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"

USE_X_PREFIX=   yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin

.include <bsd.port.mk>