Ticket #47325: Portfile-libsdl2_gfx

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