pkgsrc/games/d2x/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

33 lines
814 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:43 tv Exp $
#
DISTNAME= d2x-0.2.5
PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= http://icculus.org/d2x/src/
MAINTAINER= airhead@users.sourceforge.net
HOMEPAGE= http://icculus.org/d2x/
COMMENT= Descent II port
HAS_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes
USE_X11= yes
D2X_DATA= ${PREFIX}/share/games/${PKGBASE}
MAKE_DIRS= ${D2X_DATA}
MESSAGE_SUBST+= D2X_DATA=${D2X_DATA}
#
# Network disabled for now, since only IPX is supported which NetBSD doesn't
# support
#
CONFIGURE_ARGS+= --disable-network
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --with-sharepath=${D2X_DATA}
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"