Skip to content

Commit

Permalink
bl3ify and set USE_LANGUAGES= c c++.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtraeme committed Feb 27, 2004
1 parent ba235a1 commit d7ba56c
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions games/crack-attack/Makefile
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:08:56 xtraeme Exp $
# $NetBSD: Makefile,v 1.2 2004/02/27 02:55:24 xtraeme Exp $
#

DISTNAME= crack-attack-1.1.10
CATEGORIES= games
MASTER_SITES= http://aluminumangel.org/cgi-bin/download_counter.cgi?attack_linux+attack/
DISTNAME= crack-attack-1.1.10
CATEGORIES= games
MASTER_SITES= http://aluminumangel.org/cgi-bin/download_counter.cgi?attack_linux+attack/

MAINTAINER= snj@pobox.com
HOMEPAGE= http://aluminumangel.org/attack/
COMMENT= Tetris Attack inspired game
MAINTAINER= snj@pobox.com
HOMEPAGE= http://aluminumangel.org/attack/
COMMENT= Tetris Attack inspired game

USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_X11= YES
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LANGUAGES= c c++
USE_X11= YES

post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/html/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/doc/*.jpg ${PREFIX}/share/doc/html/${PKGBASE}

.include "../../graphics/glu/buildlink2.mk"
.include "../../graphics/glut/buildlink2.mk"
.include "../../graphics/MesaLib/buildlink2.mk"

.include "../../graphics/Mesa/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit d7ba56c

Please sign in to comment.