mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
undo last commit as it was a "in work" version of the Makefile
set USE_PYTHON to 2.5-2.6
This commit is contained in:
parent
ec96b046c5
commit
1a85418e5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270499
@ -1,3 +1,4 @@
|
||||
|
||||
# New ports collection makefile for: cyphesis
|
||||
# Date created: 02 Oct 2005
|
||||
# Whom: Oliver Lehmann <oliver@FreeBSD.org>
|
||||
@ -7,7 +8,7 @@
|
||||
|
||||
PORTNAME= cyphesis
|
||||
PORTVERSION= 0.5.21
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION}
|
||||
|
||||
@ -17,7 +18,7 @@ COMMENT= A server for WorldForge games
|
||||
LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \
|
||||
varconf-1.0.6:${PORTSDIR}/devel/varconf \
|
||||
wfmath-0.3.4:${PORTSDIR}/math/wfmath \
|
||||
mercator-0.3.1:${PORTSDIR}/devel/mercator \
|
||||
mercator-0.2.8:${PORTSDIR}/devel/mercator \
|
||||
skstream-0.3.5:${PORTSDIR}/net/skstream \
|
||||
gcrypt.17:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
@ -29,7 +30,7 @@ USE_GNOME= gnomehack
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PGSQL= yes
|
||||
USE_PYTHON= 2.2-2.6
|
||||
USE_PYTHON= 2.5-2.6
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
@ -41,12 +42,8 @@ MAN1= cyclient.1 cycmd.1 cyphesis.1 cyphesis-tools.1 cyaddrules.1 \
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's| install-dist_docDATA | |g' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's| install-confbackupDATA | |g' ${WRKSRC}/data/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
|
||||
s|-lpython|${PTHREAD_LIBS} &|; \
|
||||
s|mercator-0\.2|mercator-0\.3|g' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|mercator-0\.2|mercator-0\.3|g' \
|
||||
${WRKSRC}/client/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||
-e 's|-lpython|${PTHREAD_LIBS} &|' ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
|
||||
${REINPLACE_CMD} -e 's|$$(datadir)/cyphesis|${DATADIR}|g'
|
||||
@${REINPLACE_CMD} -e 's|/bash|/sh|' ${WRKSRC}/scripts/extract_revision.sh
|
||||
|
Loading…
Reference in New Issue
Block a user