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

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

1.78    ! fcambus     1: # $NetBSD: Makefile,v 1.77 2020/08/17 20:18:43 leot Exp $
1.1       garbled     2:
1.78    ! fcambus     3: DISTNAME=      dopewars-1.6.1
1.31      adam        4: CATEGORIES=    games
                      5: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=dopewars/}
                      6:
1.38      wiz         7: MAINTAINER=    pkgsrc-users@NetBSD.org
1.74      rillig      8: HOMEPAGE=      https://dopewars.sourceforge.io/
1.31      adam        9: COMMENT=       Make a fortune dealing drugs on the streets of New York
1.78    ! fcambus    10: LICENSE=       gnu-gpl-v2
1.14      jlam       11:
1.39      joerg      12: PKG_DESTDIR_SUPPORT=   destdir
                     13:
1.37      adam       14: USE_LIBTOOL=           yes
                     15: USE_PKGLOCALEDIR=      yes
                     16: USE_TOOLS+=            gmake pkg-config
                     17: GNU_CONFIGURE=         yes
1.4       wiz        18: CONFIGURE_ARGS+=       --enable-networking
1.11      jmmv       19: CONFIGURE_ARGS+=       --without-esd
                     20: CONFIGURE_ARGS+=       --without-sdl
1.32      minskim    21: CONFIGURE_ARGS+=       --localstatedir=${VARBASE}/games
1.17      wiz        22:
1.37      adam       23: .include "options.mk"
                     24:
1.27      jmmv       25: .include "../../converters/libiconv/buildlink3.mk"
1.24      snj        26: .include "../../devel/gettext-lib/buildlink3.mk"
1.78    ! fcambus    27: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
        !            28: .include "../../www/curl/buildlink3.mk"
1.1       garbled    29: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>