Ticket #58366: Portfile

File Portfile, 1.0 KB (added by mf2k (Frank Schima), 5 years ago)
Line 
1# -*- 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
2PortSystem          1.0
3
4PortGroup           github 1.0
5
6github.setup        avaraline Avara 4aec307cc78e838e92dd537bd9792e20b3a2cc69
7version             2018-10-09
8
9categories          games
10license             mit
11platforms           macosx
12maintainers         nomaintainer
13
14description         Port of the original 1996 game from Ambrosia Software
15long_description    Port of the original 1996 game from Ambrosia Software
16
17checksums           rmd160  22d0b46336546cce98e8e12f7a4f4f8b585eafa4 \
18                    sha256  2538479b7d432e422bff0b68128f6e49f8a5ce8396afb1a20e58acf440659c88 \
19                    size    6498085
20
21#depends_build           port:pkgconfig
22depends_lib-append  port:libsdl2 \
23                    port:libsdl2_net
24
25use_configure       no
26
27build.target
28
29build.args-append   CC=${configure.cc} \
30                    CXX=${configure.cxx} \
31                    CPP=${configure.cpp}