20 lines
378 B
Makefile
20 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/14 00:39:35 naddy Exp $
|
|
|
|
COMMENT= fast compression for waveform files
|
|
|
|
DISTNAME= shorten-3.6.1
|
|
CATEGORIES= audio archivers
|
|
HOMEPAGE= http://www.etree.org/shnutils/shorten/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c m
|
|
|
|
MASTER_SITES= ${HOMEPAGE}dist/src/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|