[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / games / lbreakout

File: [cvs.NetBSD.org] / pkgsrc / games / lbreakout / Makefile (download)

Revision 1.10, Tue Oct 23 13:14:54 2001 UTC (22 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -2 lines

x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.

# $NetBSD: Makefile,v 1.10 2001/10/23 13:14:54 jlam Exp $
#

DISTNAME=	lbreakout-010315
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
GNU_CONFIGURE=		YES
CONFIGURE_ARGS+=	--disable-sound

.include "../../mk/x11.buildlink.mk"
.include "../../devel/SDL/buildlink.mk"
.include "../../mk/bsd.pkg.mk"