# -*- 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

PortSystem          1.0
PortGroup           cmake 1.1
PortGroup           github 1.0

github.setup        SFML CSFML 3.0.0
github.tarball_from archive
name                csfml
revision            0

categories          multimedia devel
maintainers         nomaintainer
license             zlib

description         C bindings for SFML, the Simple and Fast Multimedia Library

long_description    {*}${description}. It provides a simple interface to the various \
                    components of your computer, to ease the development of games and \
                    multimedia applications. It is composed of five modules: system, \
                    window, graphics, audio and network.

homepage            https://www.sfml-dev.org

checksums           rmd160  ba539545a5d259b756f0167e24b8d1b13950bbc8 \
                    sha256  903cd4a782fb0b233f732dc5b37861b552998e93ae8f268c40bd4ce50b2e88ca \
                    size    800884

depends_lib-append  port:sfml
