Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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 game server.

View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.40 2013/05/23 15:02:53 joerg Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
PKGREVISION= 1
COMMENT= Freeciv game server
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
USE_TOOLS+= automake autoconf
pre-configure:
cd ${WRKSRC} && autoreconf
USE_GNU_READLINE= yes
CONFIGURE_ARGS+= --disable-make-data
CONFIGURE_ARGS+= --enable-client=no
CONFIGURE_ARGS+= --disable-gtktest
CONFIGURE_ARGS+= --with-readline
# Uses rl_filename_completion_function() which was introduced in readline-4.2
BUILDLINK_API_DEPENDS.readline+= readline>=4.2
.include "../../games/freeciv-share/suppress_installation.mk"
.include "../../games/freeciv-share/Makefile.common"
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2010/06/21 07:53:14 spz Exp $
bin/freeciv-server
lib/libfreeciv-srv.la
share/applications/freeciv-server.desktop