9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
31 lines
787 B
Makefile
31 lines
787 B
Makefile
# $NetBSD: Makefile,v 1.24 2020/01/26 17:31:13 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= https://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"
|