382ca5f16e
Therefore it is not necessary to add the :Q modifier to this variable and several others. pkglint -r -Wall --autofix --only :Q
31 lines
786 B
Makefile
31 lines
786 B
Makefile
# $NetBSD: Makefile,v 1.23 2018/01/14 15:26:46 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= d2x-0.2.5
|
|
PKGREVISION= 14
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://icculus.org/d2x/src/
|
|
|
|
MAINTAINER= airhead@users.sourceforge.net
|
|
HOMEPAGE= http://icculus.org/d2x/
|
|
COMMENT= Descent II port
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
D2X_DATA= ${PREFIX}/share/games/${PKGBASE}
|
|
REQD_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:Q}
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|