aboutsummaryrefslogtreecommitdiffstats
path: root/games/jigzo/Makefile
blob: e2c22f9ba788e71012d7393e5a08503b7b3a1ed8 (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
# New ports collection makefile for:    glpuzzle
# Date created:             09 Jan 2006
# Whom:                 Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#

PORTNAME=   jigzo
PORTVERSION=    0.6.1
CATEGORIES= games
MASTER_SITES=   http://www.iua.upf.es/~mdeboer/resorama/jigzo/ \
        http://www.amdmi3.ru/distfiles/
EXTRACT_SUFX=   .tgz

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    An OpenGL jigsaw puzzle game

LIB_DEPENDS=    png.5:${PORTSDIR}/graphics/png \
        jpeg.9:${PORTSDIR}/graphics/jpeg

USE_SDL=    sdl mixer
USE_GL=     gl
USE_GMAKE=  yes

MAKE_ENV=   CXX="${CXX}"
PORTDOCS=   *

post-patch:
.for i in font image puzzles sound
    @${REINPLACE_CMD} -e "s|${i}/|${DATADIR}/${i}/|g" \
        ${WRKSRC}/src/main.cxx
.endfor
    @${FIND} ${WRKSRC} -name .thumbnails | ${XARGS} ${RM} -rf

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
    ${MKDIR} ${DATADIR}
    cd ${WRKSRC} && ${COPYTREE_SHARE} "font image puzzles sound" \
    ${DATADIR}/

.ifndef (NOPORTDOCS)
post-install:
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>