2004-11-03 15:18:36 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2004/11/03 14:19:45 adam Exp $
|
2004-03-05 13:15:26 +01:00
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-gtk2-/}
|
|
|
|
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=gtk2
|
|
|
|
CONFIGURE_ARGS+= --program-transform-name="s,civclient,civclient-gtk2,"
|
|
|
|
|
|
|
|
.include "../freeciv-share/Makefile.common"
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC}/client; ${SETENV} ${MAKE_ENV} \
|
|
|
|
${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET}
|
|
|
|
|
2004-04-22 05:54:17 +02:00
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
2004-05-13 06:18:39 +02:00
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
2004-04-22 05:54:17 +02:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2004-03-05 13:15:26 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|