summaryrefslogtreecommitdiff
path: root/audio/shorten/Makefile
blob: 1268488a5205df345405bbf702420de661b6b48b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Stefan Zehl <sec@42.org>
# $FreeBSD$

PORTNAME=	shorten
PORTVERSION=	3.6.1
CATEGORIES=	audio archivers
MASTER_SITES=	http://shnutils.freeshell.org/shorten/dist/src/

MAINTAINER=	sec@42.org
COMMENT=	Fast and optionally lossless compression for waveform files

BROKEN=		unfetchable
DEPRECATED=	Broken for more than 6 months
EXPIRATION_DATE=	2020-05-05
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>