pkgsrc/games/lbreakout2/Makefile

25 lines
642 B
Makefile

# $NetBSD: Makefile,v 1.12 2004/03/07 07:12:56 snj Exp $
#
DISTNAME= lbreakout2-2.4.1
PKGREVISION= 5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
MAINTAINER= xs@nitric.net
HOMEPAGE= http://lgames.sourceforge.net/
COMMENT= Breakout-style arcade game
USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-highscore-path=${LOCALBASE}/share/games/ \
--with-doc-path=${LOCALBASE}/share/doc/html/
LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../graphics/png/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"