# -*- 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           github 1.0
PortGroup           legacysupport 1.1

# strnlen
legacysupport.newest_darwin_requires_legacy 10

github.setup        adplug adplug 2.3.3 adplug-
github.tarball_from releases
revision            0
categories          audio devel
license             LGPL-2.1
maintainers         {makr @mohd-akram} openmaintainer

description         AdLib sound player library

long_description    AdPlug is a free, multi-platform, hardware independent \
                    AdLib sound player library, mainly written in C++. AdPlug \
                    plays sound data, originally created for the AdLib (OPL2/3) \
                    audio board, on top of an OPL2/3 emulator or by using the \
                    real hardware. No OPL2/3 chips are required for playback.

checksums           rmd160  ca5ed305eef77365f9af1104bc3c6f0c116ddef9 \
                    sha256  a0f3c1b18fb49dea7ac3e8f820e091a663afa5410d3443612bf416cff29fa928 \
                    size    1840460

use_bzip2           yes

depends_build       port:pkgconfig

depends_lib         port:libbinio
