mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
24961a4b95
Reported by: pkg-fallout
21 lines
455 B
Makefile
21 lines
455 B
Makefile
# 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
|
|
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>
|