1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name EasySDL |
---|
8 | version 0.6.1 |
---|
9 | categories devel multimedia |
---|
10 | platforms darwin freebsd |
---|
11 | license GPL-2 |
---|
12 | maintainers gmail.com:nyuubi.10 openmaintainer |
---|
13 | description SDL advanced C-API Library |
---|
14 | long_description EasySDL provide ready-to-use C lib API to develop game or app |
---|
15 | homepage http://ousret.github.io/EasySDL/ |
---|
16 | master_sites http://spitajoke.com/tahri/EasySDL/pub/ |
---|
17 | |
---|
18 | checksums rmd160 7ea571e71835c5b79e0e61ff7f0d0b5759388e17 \ |
---|
19 | sha256 13ec90160540576ab3ea6090170f3efb64e4450d5fe2b2761e991f5e207bc77b |
---|
20 | |
---|
21 | depends_build port:cmake |
---|
22 | |
---|
23 | depends_lib port:libsdl \ |
---|
24 | port:libsdl_image \ |
---|
25 | port:libsdl_mixer \ |
---|
26 | port:libsdl_ttf \ |
---|
27 | port:sqlite3 \ |
---|
28 | port:openssl |
---|