1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/legends/Makefile
Boris Samorodov 3e3d0c559a Convert ports which use USE_GL=linux to USE_LINUX_APPS+=dri.
This is needed to switch a default linux base at 8-CURRENT
to linux_base-f10. No PORTREVISION bump is needed since
it's a mere infrastructure fix. Affected ports:
-----
games/legends
games/linux-quake3-demo
games/rtcw
net/skype-devel
-----

Note: no more ports are using USE_GL=linux, it may be removed
from Mk/bsd.ports.mk.

Approved by:	maintainer timeout (2 months, the needed changes were submitted to emulation@ at 2009-04-09)
2009-06-07 15:57:21 +00:00

60 lines
1.6 KiB
Makefile

# New ports collection makefile for: legends
# Date created: 2007-12-16
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= legends
PORTVERSION= 0.4.1.43
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://legendsthegame.net/files/:game \
http://legendsthegame.net/files/maps/:maps
DISTNAME= ${PORTNAME}_linux_gui-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:game \
${MAP_PACK}:maps
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Fast-paced first-person-perspective online multiplayer game
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_MAKESELF= yes
USE_LINUX= yes
USE_LINUX_APPS+=dri
NO_BUILD= yes
NO_WRKSUBDIR= yes
DATADIR= ${PREFIX}/lib/${PORTNAME}
# Standard map pack used in official servers.
MAP_PACK= BTMappack-1.05.unf
PLIST_SUB= MAP_PACK="${MAP_PACK}"
post-extract:
@cd ${WRKDIR} && ${TAR} xf legends.tar
post-patch:
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|; \
s|`dirname $$0`|${DATADIR}|; s|./LinLegends|exec &|; s| &$$||' \
${WRKSRC}/bin/runlegends
do-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC} && \
${INSTALL_PROGRAM} LinLegends lindedicated *.so* ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/bin/runlegends ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/legends.ico ${PREFIX}/share/pixmaps
${LN} -sf ${DATADIR}/runlegends ${PREFIX}/bin/${PORTNAME}
.for f in common legends main.cs show
${CP} -r ${WRKSRC}/${f} ${DATADIR}
.endfor
${INSTALL_DATA} ${DISTDIR}/${MAP_PACK} ${DATADIR}/legends
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>