mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- remove leading indefinite article from COMMENT
- convert USE_GMAKE to USES equivalent - relax USE_PYTHON check: 2.7 is now supported - add trailing slash to WWW in pkg-descr Approved by: oliver (maintainer, by mail)
This commit is contained in:
parent
1a612a3da1
commit
8623052143
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326897
@ -8,7 +8,7 @@ CATEGORIES= net
|
||||
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION}
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= A server for WorldForge games
|
||||
COMMENT= Server for WorldForge games
|
||||
|
||||
LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \
|
||||
varconf-1.0.8:${PORTSDIR}/devel/varconf \
|
||||
@ -22,11 +22,10 @@ CONFIGURE_ARGS= --with-python=${LOCALBASE}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= pathfix
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pathfix
|
||||
USE_LDCONFIG= yes
|
||||
USE_PGSQL= yes
|
||||
USE_PYTHON= 2.5-2.6
|
||||
USE_PYTHON= -2.7
|
||||
USE_GCC= 4.7+
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -3,4 +3,4 @@ currently being used to develop new techniques and technologies for the
|
||||
WorldForge project. Code from cyphesis will also be used to control NPCs
|
||||
in future servers such as STAGE using AI techniques.
|
||||
|
||||
WWW: http://www.worldforge.org/dev/eng/servers/cyphesis
|
||||
WWW: http://www.worldforge.org/dev/eng/servers/cyphesis/
|
||||
|
Loading…
Reference in New Issue
Block a user