You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 KiB
Tcl
# -*- 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.4 adplug-
|
|
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 10967a9a4fc48e0e448713ff8cc8736ecef47f7c \
|
|
sha256 de18463bf7c0cb639a3228ad47e69eb7f78a5a197802d325f3a5ed7e1c56d57f \
|
|
size 2362644
|
|
|
|
use_bzip2 yes
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:libbinio
|