aboutsummaryrefslogtreecommitdiffstats
path: root/games/ctris/Makefile
blob: 6853ccab77f216d84160f520baa012d0b65711dd (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
# Created by: Travis Poppe <tlp@liquidx.org>
# $FreeBSD$

PORTNAME=   ctris
PORTVERSION=    0.42
CATEGORIES= games
MASTER_SITES=   http://www.hackl.dhs.org/data/download/files/ \
        LOCAL/ehaupt

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Colorized, small, and flexible Tetris(TM)-clone for the console

LICENSE=    GPLv2

USES=       tar:bzip2

PLIST_FILES=    bin/ctris man/man6/ctris.6.gz

post-patch:
    @${REINPLACE_CMD} -e "s|gcc|${CC}|" -e "s|CFLAGS=.*|CFLAGS+=-Wall|" \
         ${WRKSRC}/Makefile

do-install:
    ${INSTALL_MAN} ${WRKSRC}/ctris.6.gz \
        ${STAGEDIR}${PREFIX}/man/man6/ctris.6.gz
    ${INSTALL_PROGRAM} ${WRKSRC}/ctris ${STAGEDIR}${PREFIX}/bin/ctris

.include <bsd.port.mk>