aboutsummaryrefslogtreecommitdiffstats
path: root/games/vitetris/Makefile
blob: 909a032132abe7cba65db63a329769abb03b6915 (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
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER= dhn@FreeBSD.org
COMMENT=    Terminal-based Tetris clone in vein of Nintendo Tetris

HAS_CONFIGURE=  yes
ALL_TARGET= #
CONFIGURE_ARGS= --prefix=${PREFIX} --datarootdir=${PREFIX}/share \
        curses="-lncurses" xlib=no
MAKE_JOBS_UNSAFE=   yes

PLIST_FILES=    bin/vitetris \
        share/allegro/licence.txt \
        share/allegro/README \
        share/pixmaps/vitetris.xpm \
        share/applications/vitetris.desktop
PLIST_DIRS= share/allegro

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

.include <bsd.port.mk>
ed553d9aeaccc5bdb5'>Fix a typoantoine2014-12-251-1/+1 * Use PLIST_FILES instead of defining a custom post-install target to prepare thebapt2014-12-251-4/+3 * Don't generate @dirrmentry directives for X11 fontsdumbbell2014-12-201-2/+0 * x11-servers/xorg-server: Update to 1.14dumbbell2014-12-201-4/+0 * Remove extra %Dbapt2014-09-031-1/+1 * Convert some @unexec to their proper equivalent in keywordbapt2014-09-031-1/+1 * Make pkg_install aware of @fc @fcfontsdir and @fontsdirbapt2014-06-121-22/+1 * When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+1 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-2/+3 * Try to fix font handling for xorg fonts when using staging and pkgng.zeising2013-12-191-0/+14 * Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-161-10/+10 * The FreeBSD x11 team proudly presentszeising2013-05-251-16/+26 * Add a new xorg module, to use with USE_XORG: xorg-macros. This modulezeising2013-03-121-1/+82 * Add workaround for when clang is used as a compiler, due to a tail callskwm2013-02-201-0/+5 * - Remove emacs mode, -*- mode: ...; -*- [1]miwi2012-05-231-1/+1 * Fix building of atleast xf86-input-{mouse,keyboard} in tinderbox whenkwm2012-05-021-3/+3 * - Please welcome Xorg 7.5.2miwi2012-04-221-0/+4 * Replace a custom ARCH check in Mk/bsd.xorg.mk for xf86-video-sunffb withkwm2011-03-011-3/+0 * - Please welcome Xorg 7.5.1miwi2011-02-261-2/+3 * - Update to Xorg 7.5miwi2010-05-011-0/+1 * It looks like most all drivers are starting to require libXi, not justrnoland2009-04-261-2/+2 * Update Xorg server to 1.6.0rnoland2009-04-041-1/+1 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-3/+7 * Whitespace fix.flz2008-10-231-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-88/+87 * - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)flz2008-03-131-1/+1