Pullup ticket #2848 - requested by adrianp
[pkgsrc.git] / games / dopewars / Makefile
1 # $NetBSD: Makefile,v 1.37 2006/02/14 21:40:44 adam Exp $
2
3 DISTNAME=       dopewars-1.5.12
4 CATEGORIES=     games
5 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=dopewars/}
6
7 MAINTAINER=     pkgsrc-users@NetBSD.org
8 HOMEPAGE=       http://dopewars.sourceforge.net/
9 COMMENT=        Make a fortune dealing drugs on the streets of New York
10
11 USE_DIRS+=              xdg-1.1
12 USE_LIBTOOL=            yes
13 USE_PKGLOCALEDIR=       yes
14 USE_TOOLS+=             gmake pkg-config
15 GNU_CONFIGURE=          yes
16 CONFIGURE_ARGS+=        --enable-networking
17 CONFIGURE_ARGS+=        --without-esd
18 CONFIGURE_ARGS+=        --without-sdl
19 CONFIGURE_ARGS+=        --localstatedir=${VARBASE}/games
20
21 INCOMPAT_CURSES=        NetBSD-1.5*-* NetBSD-1.6[-_.]*-*
22 INCOMPAT_CURSES+=       NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]*-*
23
24 .include "options.mk"
25
26 .include "../../converters/libiconv/buildlink3.mk"
27 .include "../../devel/gettext-lib/buildlink3.mk"
28 .include "../../mk/bsd.pkg.mk"