pkgsrc/games/freeciv-client/Makefile
adam 6c20e42af2 Changes 1.14.2:
* Important compile fixes for some platform
* Game balance adjustments
* Reputation recovery fixed
* A few other minor bug-fixes
2004-11-03 14:18:36 +00:00

33 lines
901 B
Makefile

# $NetBSD: Makefile,v 1.21 2004/11/03 14:18:52 adam Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
COMMENT= Freeciv client with Xaw interface
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
DEPENDS+= freeciv-sounds>=2.0:../../games/freeciv-sounds
CONFLICTS= freeciv-client-gtk<=1.11.4
USE_X11= yes
CONFIGURE_ARGS+= --disable-server --disable-make-data
CONFIGURE_ARGS+= --enable-client=xaw
.include "../../mk/bsd.prefs.mk"
.if defined(XAW_TYPE) && (${XAW_TYPE} == "3d" || ${XAW_TYPE} == "xpm")
CONFIGURE_ARGS+= --with-xaw3d
.endif
.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/xpm/buildlink3.mk"
.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"