upgrade to 1.4.0
PR: 44969 Submitted by: Ports Fury
This commit is contained in:
parent
2142fb332c
commit
e1a1b0c683
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69602
@ -6,7 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= crossfire
|
||||
PORTVERSION= 1.3.0
|
||||
PORTVERSION= 1.4.0
|
||||
PORTCOMMENT= Multiplayer graphical arcade and adventure game made for X11
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://ftp.ifi.uio.no/pub/crossfire/ \
|
||||
@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMESUFFIX= -client
|
||||
DISTFILES= ${PORTNAME}-client-${PORTVERSION}.tar.gz \
|
||||
${PORTNAME}-client-images-${PORTVERSION}.tar.gz \
|
||||
${PORTNAME}-client-sounds-1.1.0.tar.gz
|
||||
${PORTNAME}-client-sounds-${PORTVERSION}.tar.gz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
@ -34,10 +35,11 @@ USE_GNOME= gtk12
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
||||
CONFIGURE_ARGS= --with-includes=-I${LOCALBASE}/include \
|
||||
--with-ldflags=-L${LOCALBASE}/lib \
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ARGS= --with-sound-dir=${DATADIR}/sounds \
|
||||
--disable-gnome # Gnome client currently broken
|
||||
|
||||
MAN1= cfclient.1 gcfclient.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (crossfire-client-1.3.0.tar.gz) = fc4c91bcd66c53e8da8ef13ab9554b04
|
||||
MD5 (crossfire-client-images-1.3.0.tar.gz) = d0115d1e429116a42080b48ea8cdfae3
|
||||
MD5 (crossfire-client-sounds-1.1.0.tar.gz) = f9390112a3cd1788b4c310fc5d53a609
|
||||
MD5 (crossfire-client-1.4.0.tar.gz) = 6ab310b8d2ea80e7fae246775dc819e2
|
||||
MD5 (crossfire-client-images-1.4.0.tar.gz) = 7b8ea870de491cf5070f05ae876bcbf2
|
||||
MD5 (crossfire-client-sounds-1.4.0.tar.gz) = 1b33401d9d2af0d391fee7ad04282cfd
|
||||
|
@ -1 +0,0 @@
|
||||
Multiplayer graphical arcade and adventure game made for X11
|
Loading…
Reference in New Issue
Block a user