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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libsdl2_gfx |
---|
6 | set my_name SDL2_gfx |
---|
7 | version 1.0.1 |
---|
8 | categories devel graphics |
---|
9 | platforms darwin |
---|
10 | license zlib |
---|
11 | maintainers gmail:xuchunyang56 openmaintainer |
---|
12 | description SDL2 graphics drawing primitives and other support functions |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | homepage http://cms.ferzkopp.net/index.php/software/13-sdl-gfx |
---|
16 | |
---|
17 | master_sites http://www.ferzkopp.net/Software/SDL2_gfx/ |
---|
18 | distname ${my_name}-${version} |
---|
19 | |
---|
20 | checksums rmd160 d78241f9cbab06de38bbca03f710efc3c3e0655a \ |
---|
21 | sha256 d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a |
---|
22 | |
---|
23 | depends_build port:pkgconfig |
---|
24 | depends_lib port:libsdl2 |
---|
25 | |
---|
26 | configure.args --disable-sdltest |
---|
27 | |
---|
28 | livecheck.type regex |
---|
29 | livecheck.url ${homepage} |
---|
30 | livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*) |
---|