blob: 0d504f6af20244067987eb04d6e0f3304ec68cdc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Stefan Zehl <sec@42.org>
# $FreeBSD$
PORTNAME= shorten
PORTVERSION= 3.6.1
CATEGORIES= audio archivers
MASTER_SITES= http://www.etree.org/shnutils/shorten/dist/src/
MAINTAINER= sec@42.org
COMMENT= Fast and optionally lossless compression for waveform files
BROKEN= unfetchable
RESTRICTED= May not be sold. May not be distributed if modified
GNU_CONFIGURE= yes
PLIST_FILES= bin/shorten \
man/man1/shorten.1.gz
.include <bsd.port.mk>
|