summaryrefslogtreecommitdiff
path: root/audio/shorten/Makefile
blob: bda09c8450472766162a2235c44c641cd9b1b271 (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

RESTRICTED=	May not be sold, may not be used commercially.

GNU_CONFIGURE=	yes
NO_STAGE=	yes

MAN1=		shorten.1
PLIST_FILES=	bin/shorten

.include <bsd.port.mk>