pkgsrc-wip/ggz-server/Makefile
Aleksej Saushev b0cf4a4f7a Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-29 00:50:33 +00:00

24 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/29 00:50:34 asau Exp $
#
DISTNAME= ggz-server-0.0.14
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14/
MAINTAINER= mrohrer@users.sourceforge.net
HOMEPAGE= http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14/
COMMENT= GGZ Gaming Zone - Server package
PKG_DESTDIR_SUPPORT= none
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --enable-debug-gdb
.include "../../games/libggz/buildlink3.mk"
.include "../../databases/db4/buildlink3.mk"
.include "../../net/howl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"