mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
1a048b4225
- Convert to USES
20 lines
428 B
Makefile
20 lines
428 B
Makefile
# 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
|
|
|
|
PLIST_FILES= bin/shorten \
|
|
man/man1/shorten.1.gz
|
|
|
|
.include <bsd.port.mk>
|