pkgsrc/games/newvox/Makefile
jlam 3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00

17 lines
427 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/06/29 04:54:53 jlam Exp $
#
DISTNAME= newvox-1.0
CATEGORIES= games
MASTER_SITES= http://www.libsdl.org/projects/newvox/src/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/newvox/index.html
COMMENT= voxel-style landscape rendering fly-by
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
USE_X11= YES
.include "../../devel/SDL/buildlink.mk"
.include "../../mk/bsd.pkg.mk"