diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-06 17:09:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-06 17:09:20 +0000 |
commit | e1a1b0c683b7ed66318ef45d94e26f438044e50e (patch) | |
tree | 700cff6dff575c1986991ee2cd0488c51b1ebcbc /games/crossfire-client | |
parent | upgrade to 5.3.2 (diff) |
upgrade to 1.4.0
PR: 44969
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=69602
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/Makefile | 14 | ||||
-rw-r--r-- | games/crossfire-client/distinfo | 6 | ||||
-rw-r--r-- | games/crossfire-client/pkg-comment | 1 |
3 files changed, 11 insertions, 10 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index a80486f4beb6..da5ac05c5110 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -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 diff --git a/games/crossfire-client/distinfo b/games/crossfire-client/distinfo index 2c98ad4b714b..0d004f3e49d9 100644 --- a/games/crossfire-client/distinfo +++ b/games/crossfire-client/distinfo @@ -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 diff --git a/games/crossfire-client/pkg-comment b/games/crossfire-client/pkg-comment deleted file mode 100644 index 2783f34b6ca1..000000000000 --- a/games/crossfire-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multiplayer graphical arcade and adventure game made for X11 |