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

Annotation of pkgsrc/games/dopewars/Makefile, Revision 1.21

1.21    ! jlam        1: # $NetBSD: Makefile,v 1.20 2003/09/27 17:07:36 grant Exp $
1.1       garbled     2:
1.17      wiz         3: DISTNAME=              dopewars-1.5.9
1.19      jmmv        4: PKGREVISION=           2
1.1       garbled     5: CATEGORIES=            games
1.4       wiz         6: MASTER_SITES=          http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ \
                      7:                        ${MASTER_SITE_SOURCEFORGE:=dopewars/} \
1.12      wiz         8:                        http://berlin.sfai.edu/~tobi/dopewars/files/
1.1       garbled     9:
                     10: MAINTAINER=            root@garbled.net
                     11: HOMEPAGE=              http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
1.5       wiz        12: COMMENT=               Make a fortune dealing drugs on the streets of New York
1.14      jlam       13:
1.9       wiz        14: USE_BUILDLINK2=                YES
1.17      wiz        15: USE_LIBTOOL=           YES
                     16: LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
1.10      salo       17: USE_PKGLOCALEDIR=      YES
1.4       wiz        18: USE_GMAKE=             YES
1.1       garbled    19:
1.4       wiz        20: GNU_CONFIGURE=         YES
1.6       wiz        21: CONFIGURE_ARGS+=       --enable-ncurses
1.4       wiz        22: CONFIGURE_ARGS+=       --enable-networking
1.6       wiz        23: CONFIGURE_ARGS+=       --disable-gui-client
1.11      jmmv       24: CONFIGURE_ARGS+=       --disable-glib2
                     25: CONFIGURE_ARGS+=       --without-esd
                     26: CONFIGURE_ARGS+=       --without-sdl
                     27: CONFIGURE_ARGS+=       --localstatedir=/var/games
1.17      wiz        28:
                     29: USE_NCURSES=           # KEY_RESIZE
1.1       garbled    30:
1.9       wiz        31: .include "../../devel/gettext-lib/buildlink2.mk"
                     32: .include "../../devel/glib/buildlink2.mk"
1.21    ! jlam       33: .include "../../devel/ncurses/buildlink2.mk"
1.1       garbled    34: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>