pkgsrc/games/lbreakout/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

18 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/06/29 04:54:53 jlam Exp $
#
DISTNAME= lbreakout-001018
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://lgames.sourceforge.net/
COMMENT= breakout-style arcade game
USE_BUILDLINK_ONLY= YES
USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-sound
.include "../../devel/SDL/buildlink.mk"
.include "../../mk/bsd.pkg.mk"