mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
f2d7541176
PR: ports/107855 Submitted by: Thomas Abthorpe Approved by: Stefan `Sec` Zehl (maintainer)
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# 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/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
|
|
|
|
MAN1= shorten.1
|
|
PLIST_FILES= bin/shorten
|
|
|
|
.include <bsd.port.mk>
|