mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
294 B
Makefile
20 lines
294 B
Makefile
COMMENT = multi-purpose wave data processing utility
|
|
|
|
DISTNAME = shntool-3.0.10
|
|
REVISION = 2
|
|
|
|
CATEGORIES = audio
|
|
|
|
HOMEPAGE = http://shnutils.freeshell.org/shntool/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
SITES = ${HOMEPAGE}dist/src/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|