bf479fc7dd
This really fixes the potential exploit against the Windows server, which was not correctly fixed in 1.5.11. Changes 1.5.11: This is largely a security bugfix release, fixing a potential exploit against the Windows server when running as an NT serivce. Pkgsrc: Use options.mk to build Curses and/or GTK user interface.
28 lines
815 B
Makefile
28 lines
815 B
Makefile
# $NetBSD: Makefile,v 1.37 2006/02/14 21:40:44 adam Exp $
|
|
|
|
DISTNAME= dopewars-1.5.12
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dopewars/}
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://dopewars.sourceforge.net/
|
|
COMMENT= Make a fortune dealing drugs on the streets of New York
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-networking
|
|
CONFIGURE_ARGS+= --without-esd
|
|
CONFIGURE_ARGS+= --without-sdl
|
|
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/games
|
|
|
|
INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-*
|
|
INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]*-*
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|