#!/usr/bin/make -f
# CDBS rules file for XQF, made by Jordi Mallach on
# Wed, 11 Jun 2003 12:42:44 +0200.
# This file is under the Public Domain.

include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/debhelper.mk

DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games \
	--with-qstat=quakestat --enable-geoip --enable-gtk2

clean::
	rm -f config.h
