aboutsummaryrefslogtreecommitdiffstats
path: root/games/vitetris/Makefile
blob: dede4051b9fb2bb5e4c3dbde98ca76ebf347b553 (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
# New ports collection makefile for:    vitetris
# Date created:     2008-09-22
# Whom:         Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   vitetris
PORTVERSION=    0.54
CATEGORIES= games
MASTER_SITES=   http://victornils.net/tetris/

MAINTAINER= miwi@FreeBSD.org
COMMENT=    Terminal-based tetris clone in vein of nintendo tetris

HAS_CONFIGURE=  yes
ALL_TARGET= #
CONFIGURE_ARGS= curses="-lncurses" \
        xlib=no

PLIST_FILES=    bin/vitetris \
        share/allegro/licence.txt
PLIST_DIRS= share/allegro

post-patch:
    @${REINPLACE_CMD} -e 's,docdir,datadir,g' \
        ${WRKSRC}/Makefile

.include <bsd.port.mk>