# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        jmoon018 PacVim 1.1.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                pacvim
categories          games
maintainers         nomaintainer
license             GPL-3

description         PacVim is a game that teaches you vim commands.

long_description    {*}${description} You must move pacman (the green cursor) to \
                    highlight each word on the gameboard while avoiding the \
                    ghosts (in red).

checksums           rmd160  fd9518031ccf8abf86fe301d38e94203fae691b2 \
                    sha256  7f2fe4327c06817ce67584e354fdd3da5b4bfaf243a198fae065b8b6b86f945c \
                    size    245102

depends_lib         port:ncurses

compiler.cxx_standard   2011

use_configure       no

universal_variant   no

build.args-append   CXX='${configure.cxx} ${configure.cxxflags} ${configure.cxx_archflags} -std=c++11' \
                    PREFIX=${prefix}

destroot.args       PREFIX=${destroot}${prefix}
