6c20e42af2
* Important compile fixes for some platform * Game balance adjustments * Reputation recovery fixed * A few other minor bug-fixes
26 lines
798 B
Makefile
26 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.24 2004/11/03 14:19:20 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-gtk-/}
|
|
COMMENT= Freeciv client with GTK+ interface
|
|
|
|
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
|
|
DEPENDS+= freeciv-sounds>=2.0:../../games/freeciv-sounds
|
|
|
|
USE_X11= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-server --disable-make-data
|
|
CONFIGURE_ARGS+= --enable-client=gtk
|
|
CONFIGURE_ARGS+= --program-transform-name="s,civclient,civclient-gtk,"
|
|
|
|
.include "../freeciv-share/Makefile.common"
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/client; ${SETENV} ${MAKE_ENV} \
|
|
${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET}
|
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|