Ticket #46860: Portfile

File Portfile, 1.0 KB (added by nyuubi.10@…, 10 years ago)

Lastest Portfile

Line 
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
4PortSystem          1.0
5PortGroup                       cmake 1.0
6
7name                EasySDL
8version             0.6.1
9categories          devel multimedia
10platforms           darwin freebsd
11license             GPL-2
12maintainers         gmail.com:nyuubi.10 openmaintainer
13description         SDL advanced C-API Library
14long_description    EasySDL provide ready-to-use C lib API to develop game or app
15homepage            http://ousret.github.io/EasySDL/
16master_sites        http://spitajoke.com/tahri/EasySDL/pub/
17
18checksums           rmd160  7ea571e71835c5b79e0e61ff7f0d0b5759388e17 \
19                    sha256  13ec90160540576ab3ea6090170f3efb64e4450d5fe2b2761e991f5e207bc77b
20
21depends_build           port:cmake
22
23depends_lib         port:libsdl \
24                    port:libsdl_image \
25                    port:libsdl_mixer \
26                    port:libsdl_ttf \
27                    port:sqlite3 \
28                    port:openssl