diff options
author | rh <rh@pkgsrc.org> | 2002-05-05 22:13:38 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-05-05 22:13:38 +0000 |
commit | 8fa7fed44187b50002120f1b2299fbfec0cf5c96 (patch) | |
tree | 74650f7f2110f17b9da34ed3ba3bfb5ca4a65395 /games/lbreakout2/Makefile | |
parent | c03845156a77dc6dc1213338f02510150cf99f85 (diff) | |
download | pkgsrc-8fa7fed44187b50002120f1b2299fbfec0cf5c96.tar.gz |
Initial import of lbreakout2-2.2.2, a polished successor to lbreakout (a
"breakout" style arcade game). Provided by <xs@kittenz.org>, thanks!
This closes PR pkg/16666.
Diffstat (limited to 'games/lbreakout2/Makefile')
-rw-r--r-- | games/lbreakout2/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile new file mode 100644 index 00000000000..1a3ae473b47 --- /dev/null +++ b/games/lbreakout2/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/05 22:13:38 rh Exp $ +# + +DISTNAME= lbreakout2-2.2.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/} + +MAINTAINER= xs@nitric.net +HOMEPAGE= http://lgames.sourceforge.net/ +COMMENT= breakout-style arcade game + +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-highscore-path=${LOCALBASE}/share/games/ \ + --with-doc-path=${LOCALBASE}/doc/ + +.include "../../graphics/png/buildlink.mk" +.include "../../audio/SDL-mixer/buildlink.mk" +.include "../../devel/SDL/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" |