aboutsummaryrefslogtreecommitdiffstats
path: root/games/54321/Makefile
blob: ed763b4c48aee20e08e67d4c0eeb621a16484c4f (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
# Created by: Leland Wang <llwang@infor.org>
# $FreeBSD$

PORTNAME=   54321
PORTVERSION=    1.0.2001.11.16
PORTREVISION=   13
CATEGORIES= games
MASTER_SITES=   http://old.nklein.com/products/54321/${PORTVERSION}/ \
        http://www.sourcefiles.org/Games/Puzzle/
DISTNAME=   ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Five games in four-, three-, or two-dimensions for one player

LIB_DEPENDS=    libpng15.so:${PORTSDIR}/graphics/png

USES=       gmake tar:tgz
USE_SDL=    image sdl
MAKEFILE=   GNUmakefile

post-extract:
    @${MKDIR} ${WRKSRC}/archs/${OPSYS}
    @${CP} ${FILESDIR}/variables.GNU ${WRKSRC}/archs/${OPSYS}

post-patch:
    @${REINPLACE_CMD} -e \
        's|ARCH|OPSYS| ; \
         s|:= -O|+=|' ${WRKSRC}/GNUmakefile
    @${REINPLACE_CMD} -e \
        's|SDL_main|main| ; \
         s|../../data/|${DATADIR}/data/|' ${WRKSRC}/code/*.cpp

do-install:
    (cd ${WRKSRC}/Release/bin/${OPSYS} && ${INSTALL_PROGRAM} 54321 \
        ${STAGEDIR}${PREFIX}/bin)
    @${MKDIR} ${STAGEDIR}${DATADIR}/data
    (cd ${WRKSRC}/Release/data && ${INSTALL_DATA} * \
        ${STAGEDIR}${DATADIR}/data)

.include <bsd.port.mk>