Skip to content

Commit

Permalink
Enable sound. Contrary to the --help, the default is to configure wit…
Browse files Browse the repository at this point in the history
…h sound

disabled.  The game doesn't come with sound files, so enabling the support
still leaves you with a silent game.  But this does allow you to add them if
you want - making the game even more addictive :)

Bump PKGREVISION
  • Loading branch information
dsainty committed Apr 4, 2008
1 parent a5e3d34 commit cd9c92f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions games/crack-attack/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.15 2008/03/02 05:31:00 dsainty Exp $
# $NetBSD: Makefile,v 1.16 2008/04/04 18:22:40 dsainty Exp $

DISTNAME= crack-attack-1.1.14
PKGREVISION= 4
PKGREVISION= 5
CATEGORIES= games
MASTER_SITES= http://savannah.nongnu.org/download/crack-attack/

Expand All @@ -10,6 +10,7 @@ HOMEPAGE= http://savannah.nongnu.org/projects/crack-attack
COMMENT= Tetris Attack inspired game

GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-sound=yes
CONFIGURE_ARGS+= --disable-binreloc
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
Expand All @@ -19,6 +20,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/html/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/doc/*.jpg ${PREFIX}/share/doc/html/${PKGBASE}

.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
Expand Down

0 comments on commit cd9c92f

Please sign in to comment.