Lines 2-12
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= crossfire-client |
4 |
PORTNAME= crossfire-client |
5 |
PORTVERSION= 1.72.0 |
5 |
PORTVERSION= 1.73.0 |
6 |
CATEGORIES= games |
6 |
CATEGORIES= games |
7 |
MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION}:DEFAULT,sounds |
7 |
MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} |
8 |
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ |
8 |
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} |
9 |
crossfire-sounds-${PORTVERSION}${EXTRACT_SUFX}:sounds |
|
|
10 |
|
9 |
|
11 |
MAINTAINER= kevinz5000@gmail.com |
10 |
MAINTAINER= kevinz5000@gmail.com |
12 |
COMMENT= Cooperative multiplayer graphical RPG and adventure game |
11 |
COMMENT= Cooperative multiplayer graphical RPG and adventure game |
Lines 25-33
INSTALLS_ICONS= YES
Link Here
|
25 |
|
24 |
|
26 |
CMAKE_ARGS= -DLUA=OFF -DMETASERVER2=ON -DOPENGL=OFF -DSDL=ON -DSOUND=ON |
25 |
CMAKE_ARGS= -DLUA=OFF -DMETASERVER2=ON -DOPENGL=OFF -DSDL=ON -DSOUND=ON |
27 |
|
26 |
|
28 |
post-install: |
|
|
29 |
@${MKDIR} ${STAGEDIR}${DATADIR}/sounds |
30 |
cd ${WRKDIR}/crossfire-sounds-${PORTVERSION} && \ |
31 |
${COPYTREE_SHARE} "*" ${STAGEDIR}${DATADIR}/sounds |
32 |
|
33 |
.include <bsd.port.mk> |
27 |
.include <bsd.port.mk> |