Lines 6-21
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= crossfire-client |
8 |
PORTNAME= crossfire-client |
9 |
PORTVERSION= 1.60.0 |
9 |
PORTVERSION= 1.70.0 |
10 |
CATEGORIES= games |
10 |
CATEGORIES= games |
11 |
MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} |
11 |
MASTER_SITES= SF/crossfire/crossfire-${PORTVERSION} |
12 |
|
12 |
|
13 |
MAINTAINER= kevinz5000@gmail.com |
13 |
MAINTAINER= kevinz5000@gmail.com |
14 |
COMMENT= A cooperative multiplayer graphical RPG and adventure game |
14 |
COMMENT= A cooperative multiplayer graphical RPG and adventure game |
15 |
|
15 |
|
16 |
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl |
16 |
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl |
17 |
|
17 |
|
18 |
USE_GMAKE= yes |
|
|
19 |
USE_GNOME= gtk20 libglade2 |
18 |
USE_GNOME= gtk20 libglade2 |
20 |
USE_SDL= image sdl |
19 |
USE_SDL= image sdl |
21 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
Lines 26-30
Link Here
|
26 |
post-patch: |
25 |
post-patch: |
27 |
${REINPLACE_CMD} -e '/#include <curl\/types.h>/d' \ |
26 |
${REINPLACE_CMD} -e '/#include <curl\/types.h>/d' \ |
28 |
${WRKSRC}/common/metaserver.c |
27 |
${WRKSRC}/common/metaserver.c |
|
|
28 |
${REINPLACE_CMD} -e "/mandir='${datarootdir}\/man'/d" \ |
29 |
${WRKSRC}/configure |
29 |
|
30 |
|
30 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.mk> |