42 lines
1010 B
Makefile
Raw Normal View History

2013-09-06 03:06:44 +00:00
# $OpenBSD: Makefile,v 1.8 2013/09/06 03:06:44 bentley Exp $
COMMENT = Nintendo DS emulator
2013-09-06 03:06:44 +00:00
DISTNAME = desmume-0.9.9
CATEGORIES = emulators
HOMEPAGE = http://desmume.org/
MAINTAINER = Anthony J. Bentley <anthony@cathet.us>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
2013-09-06 03:06:44 +00:00
WANTLIB += agg c m pthread stdc++ z GL GLU X11 Xcomposite
WANTLIB += Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr Xrender
WANTLIB += fontconfig freetype gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gobject-2.0 gthread-2.0 SDL
WANTLIB += atk-1.0 cairo gdk-x11-2.0 gtk-x11-2.0
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 zzip
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=desmume/}
RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS = archivers/zziplib \
devel/sdl \
graphics/agg \
graphics/gdk-pixbuf2 \
2013-09-06 03:06:44 +00:00
x11/gtk+2
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
MODULES = devel/gettext \
2011-12-11 13:11:49 +00:00
textproc/intltool
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>