blob: f5f0177759510a6679ee287d41242fda56450a15 (
plain)
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
|
# New ports collection makefile for: desmume
# Date created: Wed 7 Feb 2007 21:46:15 CET
# Whom: Stefan Sperling <stsp@stsp.in-berlin.de>
#
# $FreeBSD$
#
PORTNAME= desmume
PORTVERSION= 0.6.0
PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= SF
MAINTAINER= stsp@stsp.in-berlin.de
COMMENT= Nintendo DS emulator
USE_SDL= sdl
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_GNOME= gtk20 libglade2
PLIST_FILES= bin/desmume-glade bin/desmume bin/desmume-cli
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= Does not compile on ia64
.endif
.include <bsd.port.post.mk>
|