aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polygraph
Commit message (Expand)AuthorAgeFilesLines
* BROKEN: Does not buildkris2002-05-181-0/+2
* Change MAINTAINER field.demon2000-11-131-1/+1
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
* Update to version 2.2.7.steve1999-12-313-21/+29
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
* Update to version 1.2.0.steve1999-05-032-5/+5
* Prefix Websites With Www:hoek1999-05-031-1/+1
* update to 1.1mharo1999-04-273-4/+31
* Polygraph is a benchmarking tool for Web proxies. Polygraphbillf1999-04-155-0/+43
lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/games/xscrabble/Makefile?id=3432db1c29e119b7add25fdfdbc15d60e2048a38'>3432db1c29e1
b9398223bd3a
7f722b4ada3e

be6c15b5c6de
3432db1c29e1
3432db1c29e1














6fe44a3eac0d
3432db1c29e1

6fe44a3eac0d



3432db1c29e1
6fe44a3eac0d

3432db1c29e1


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
                                              







                                                                        
                                 

                                                   
                      

                                 
                                    
                   














                                                                             
                                                                           

           



                                                                                      
                                                              

                                                               


                      
# Created by: Thomas Gellekum <tg@FreeBSD.org>

PORTNAME=   xscrabble
PORTVERSION=    2.12
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   ftp://ftp.ac-grenoble.fr/ge/educational_games/
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}_en${EXTRACT_SUFX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    X version of the popular board game

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/LICENSE

USES=       tar:bzip2 imake xorg
USE_XORG=   xaw

XSCRABBLEDIR=   ${PREFIX}/lib/X11/xscrabble

post-patch:
    @${ECHO_CMD} '#define VERSION ${PORTVERSION:S/.//g}' \
        > ${WRKSRC}/src/config.h
    @${ECHO_CMD} '#define DICT_FILE "${XSCRABBLEDIR}/OSPD3.gz"' \
        >> ${WRKSRC}/src/config.h
    @${ECHO_CMD} '#define SCORE_FILE "${XSCRABBLEDIR}/scrabble_scores"' \
        >> ${WRKSRC}/src/config.h
    @${ECHO_CMD} '#define RULES_FILE "${XSCRABBLEDIR}/scrabble_rules"' \
        >> ${WRKSRC}/src/config.h
    @${SED} -e 's|/usr/share/games/scrabble/en|${XSCRABBLEDIR}|g' \
        ${WRKSRC}/../xscrabble_en/app-defaults/XScrabble_en \
        > ${WRKSRC}/XScrabble
    ${REINPLACE_CMD} -e 's|= -O|=$$(CDEBUGFLAGS)|g' ${WRKSRC}/Imakefile

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrab ${STAGEDIR}${PREFIX}/bin/
    ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrabble ${STAGEDIR}${PREFIX}/bin/
    ${INSTALL_DATA} ${WRKSRC}/XScrabble ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/
    ${MKDIR} ${STAGEDIR}${XSCRABBLEDIR}
.for file in OSPD3.gz duplicate scrabble_rules scrabble_scores
    ${INSTALL_DATA} ${WRKSRC}/../xscrabble_en/lib/${file} \
        ${STAGEDIR}${XSCRABBLEDIR}/
.endfor

.include <bsd.port.mk>