blob: 209f9ad52fd5c95064a1fcc3504a219bbeb5def9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: shorten
# Date created: 17 Feb 1999
# Whom: Stefan Zehl <sec@42.org>
#
# $FreeBSD$
#
PORTNAME= shorten
PORTVERSION= 3.6.0
CATEGORIES= audio archivers
MASTER_SITES= http://www.etree.org/shnutils/shorten/source/
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
MAN1= shorten.1
PLIST_FILES= bin/shorten
.include <bsd.port.mk>
|