openbsd-ports/audio/shorten/Makefile
2010-10-18 16:52:44 +00:00

23 lines
484 B
Makefile

# $OpenBSD: Makefile,v 1.12 2010/10/18 16:52:47 espie Exp $
COMMENT= fast compression for waveform files
DISTNAME= shorten-3.6.0
CATEGORIES= audio archivers
HOMEPAGE= http://www.etree.org/shnutils/shorten/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
PERMIT_PACKAGE_CDROM= no fee
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= no fee
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
MASTER_SITES= ${HOMEPAGE}dist/src/
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
.include <bsd.port.mk>