From now on, use options.mk from freeciv-client
This commit is contained in:
parent
7ae49be47a
commit
aa9340617c
6 changed files with 0 additions and 72 deletions
|
@ -1,9 +0,0 @@
|
|||
This archive contains Freeciv, a free Civilization clone for Unix and X.
|
||||
This version only allows multiplayer games, and limited support for AI
|
||||
players.
|
||||
|
||||
You should check out the home page, as it contains much more information
|
||||
than this file and the online help. This is also where we'll inform people
|
||||
about new releases/bugs/fixes/competitions, etc.
|
||||
|
||||
This package contains the Freeciv client with GTK+ interface.
|
|
@ -1,25 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.25 2005/06/01 18:02:50 jlam 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
|
||||
|
||||
|
||||
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"
|
|
@ -1,2 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:52:22 zuntum Exp $
|
||||
bin/civclient-gtk
|
|
@ -1,9 +0,0 @@
|
|||
This archive contains Freeciv, a free Civilization clone for Unix and X.
|
||||
This version only allows multiplayer games, and limited support for AI
|
||||
players.
|
||||
|
||||
You should check out the home page, as it contains much more information
|
||||
than this file and the online help. This is also where we'll inform people
|
||||
about new releases/bugs/fixes/competitions, etc.
|
||||
|
||||
This package contains the Freeciv client with GTK2+ interface.
|
|
@ -1,25 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.8 2005/08/10 20:56:17 jlam Exp $
|
||||
|
||||
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_TOOLS+= pkg-config
|
||||
|
||||
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}
|
||||
|
||||
.include "../../audio/esound/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,2 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/05 12:15:26 adam Exp $
|
||||
bin/civclient-gtk2
|
Loading…
Reference in a new issue