d76271db40
shntool is a multi-purpose WAVE data processing and reporting utility. File formats are abstracted from its core, so it can process any file that contains WAVE data, compressed or not - provided there exists a format module to handle that particular file type. ok sthen@
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/18 01:29:56 bentley Exp $
|
|
|
|
COMMENT = multi-purpose wave data processing utility
|
|
|
|
DISTNAME = shntool-3.0.10
|
|
|
|
CATEGORIES = audio
|
|
|
|
HOMEPAGE = http://www.etree.org/shnutils/shntool/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = ${HOMEPAGE}dist/src/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|