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

Annotation of pkgsrc/games/crimsonfields/Makefile, Revision 1.31

1.31    ! wiz         1: # $NetBSD: Makefile,v 1.30 2006/05/22 17:40:44 wiz Exp $
1.1       wiz         2: #
                      3:
1.27      wiz         4: DISTNAME=              crimson-0.4.9
1.1       wiz         5: PKGNAME=               ${DISTNAME:S/crimson/crimsonfields/}
1.31    ! wiz         6: PKGREVISION=           3
1.1       wiz         7: CATEGORIES=            games
1.8       wiz         8: MASTER_SITES=          http://crimson.seul.org/files/
1.1       wiz         9: EXTRACT_SUFX=          .tar.bz2
                     10:
1.4       grant      11: MAINTAINER=            wiz@NetBSD.org
1.8       wiz        12: HOMEPAGE=              http://crimson.seul.org/
1.5       martti     13: COMMENT=               Tactical war game in the tradition of Battle Isle
1.1       wiz        14:
1.17      jmmv       15: USE_DIRS+=             xdg-1.1
1.30      wiz        16: USE_LANGUAGES=         c c++
1.25      jlam       17: USE_TOOLS+=            gmake
1.18      wiz        18: # not standard locale files
                     19: #USE_PKGLOCALEDIR=     no
1.1       wiz        20: GNU_CONFIGURE=         yes
                     21:
1.22      wiz        22: CONFIGURE_ARGS+=       --enable-bi2cf
                     23: CONFIGURE_ARGS+=       --enable-cf2bmp
                     24: CONFIGURE_ARGS+=       --enable-cfed
                     25: CONFIGURE_ARGS+=       --enable-comet
1.1       wiz        26:
1.14      snj        27: .include "../../audio/SDL_mixer/buildlink3.mk"
                     28: .include "../../devel/SDL/buildlink3.mk"
1.16      wiz        29: .include "../../devel/SDL_ttf/buildlink3.mk"
1.1       wiz        30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>