2006-04-17 15:45:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2006/04/17 13:46:27 wiz Exp $
|
Initial import of d2x-0.2.5 from pkgsrc-wip, packaged by Peter Bex.
Descent 2 for DOS, Windows, and Unix (Linux, Solaris, Mac OS X, etc).
Supported features include: Graphics, Sound, OpenGL, Joystick, Mouse,
CD audio, Networking.
Unsupported features: Serial.
A few of the new features in 0.2.0: Movies, Bigendian support,
Shareware data file support, and Descent 1 data file support.
2004-05-29 03:03:36 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= d2x-0.2.5
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 7
|
Initial import of d2x-0.2.5 from pkgsrc-wip, packaged by Peter Bex.
Descent 2 for DOS, Windows, and Unix (Linux, Solaris, Mac OS X, etc).
Supported features include: Graphics, Sound, OpenGL, Joystick, Mouse,
CD audio, Networking.
Unsupported features: Serial.
A few of the new features in 0.2.0: Movies, Bigendian support,
Shareware data file support, and Descent 1 data file support.
2004-05-29 03:03:36 +02:00
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= http://icculus.org/d2x/src/
|
|
|
|
|
|
|
|
MAINTAINER= airhead@users.sourceforge.net
|
|
|
|
HOMEPAGE= http://icculus.org/d2x/
|
|
|
|
COMMENT= Descent II port
|
|
|
|
|
2005-12-29 19:58:23 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
Initial import of d2x-0.2.5 from pkgsrc-wip, packaged by Peter Bex.
Descent 2 for DOS, Windows, and Unix (Linux, Solaris, Mac OS X, etc).
Supported features include: Graphics, Sound, OpenGL, Joystick, Mouse,
CD audio, Networking.
Unsupported features: Serial.
A few of the new features in 0.2.0: Movies, Bigendian support,
Shareware data file support, and Descent 1 data file support.
2004-05-29 03:03:36 +02:00
|
|
|
|
|
|
|
D2X_DATA= ${PREFIX}/share/games/${PKGBASE}
|
2005-08-20 21:16:21 +02:00
|
|
|
REQD_DIRS= ${D2X_DATA}
|
Initial import of d2x-0.2.5 from pkgsrc-wip, packaged by Peter Bex.
Descent 2 for DOS, Windows, and Unix (Linux, Solaris, Mac OS X, etc).
Supported features include: Graphics, Sound, OpenGL, Joystick, Mouse,
CD audio, Networking.
Unsupported features: Serial.
A few of the new features in 0.2.0: Movies, Bigendian support,
Shareware data file support, and Descent 1 data file support.
2004-05-29 03:03:36 +02:00
|
|
|
MESSAGE_SUBST+= D2X_DATA=${D2X_DATA}
|
|
|
|
|
|
|
|
#
|
|
|
|
# Network disabled for now, since only IPX is supported which NetBSD doesn't
|
|
|
|
# support
|
|
|
|
#
|
|
|
|
CONFIGURE_ARGS+= --disable-network
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
|
|
|
CONFIGURE_ARGS+= --with-sharepath=${D2X_DATA:Q}
|
Initial import of d2x-0.2.5 from pkgsrc-wip, packaged by Peter Bex.
Descent 2 for DOS, Windows, and Unix (Linux, Solaris, Mac OS X, etc).
Supported features include: Graphics, Sound, OpenGL, Joystick, Mouse,
CD audio, Networking.
Unsupported features: Serial.
A few of the new features in 0.2.0: Movies, Bigendian support,
Shareware data file support, and Descent 1 data file support.
2004-05-29 03:03:36 +02:00
|
|
|
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|