aboutsummaryrefslogtreecommitdiffstats
path: root/games/linux-enemyterritory-omni-bot-0660/Makefile
blob: dfb7c881c26bcacbe4a9a139ea2c16a93e83eac1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# New ports collection makefile for:    omni-bot
# Date created:             7 May 2006
# Whom:                 alepulver
#
# $FreeBSD$
#

PORTNAME=   omni-bot
PORTVERSION=    0.6
CATEGORIES= games linux
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alepulver
PKGNAMEPREFIX=  linux-enemyterritory-

MAINTAINER= alepulver@FreeBSD.org
COMMENT=    Omni-Bot is a bot for Enemy Territory

RUN_DEPENDS=    et:${PORTSDIR}/games/linux-enemyterritory

USE_ZIP=    yes
USE_LINUX=  yes
NO_WRKSUBDIR=   yes

DATADIR=    ${PREFIX}/lib/enemyterritory
DOCSDIR=    ${PREFIX}/share/doc/enemyterritory-${PORTNAME}

do-build:
.for f in et etded
    @(${ECHO} "#!/bin/sh"; \
    ${ECHO} 'exec ${PREFIX}/bin/${f} +set fs_game ${PORTNAME} "$$@"') > \
        ${WRKSRC}/${f}-${PORTNAME}
.endfor

do-install:
.for f in et etded
    ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${PREFIX}/bin
.endfor
    ${MKDIR} ${DATADIR}/${PORTNAME}
    ${INSTALL_PROGRAM} ${WRKSRC}/omni-bot/omnibot_et.so ${DATADIR}/${PORTNAME}
    ${CP} -R ${WRKSRC}/omni-bot/et ${DATADIR}/${PORTNAME}
    ${INSTALL_PROGRAM} ${WRKSRC}/omnibot/qagame.mp.i386.so ${DATADIR}/${PORTNAME}
    ${INSTALL_DATA} ${WRKSRC}/omnibot/omnibot_et.pk3 ${DATADIR}/${PORTNAME}
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.   for f in *.txt omni-bot/*.txt
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.   endfor
    ${CP} -R ${WRKSRC}/omni-bot/docs ${DOCSDIR}
.endif

.include <bsd.port.mk>