Unbreak with a new master site

While here:
- Define the license.
- Pet portclippy, portfmt, and portlint.

PR:		241868
Submitted by:	António Barbosa <amrgbarbosa77@gmail.com>
This commit is contained in:
Mateusz Piotrowski 2019-11-11 13:45:56 +00:00
parent 54ab57d536
commit 25a60eef5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517261

View file

@ -2,21 +2,20 @@
# $FreeBSD$
PORTNAME= shntool
PORTVERSION= 3.0.10
PORTREVISION= 1
DISTVERSION= 3.0.10
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.etree.org/shnutils/shntool/dist/src/
MASTER_SITES= http://shnutils.freeshell.org/shntool/dist/src/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Multi-purpose WAVE data processing and reporting utility
BROKEN= unfetchable
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
SHN_ALIASES= cat cmp conv cue fix gen hash info join len pad split \
strip tool trim
PLIST_FILES= ${SHN_ALIASES:S|^|bin/shn|} \
PLIST_FILES= ${_SHN_ALIASES:S|^|bin/shn|} \
man/man1/shntool.1.gz
OPTIONS_DEFINE= AIFF ALAC APE FLAC KXS LA LPAC OFR SHN TTA WAVPACK
@ -40,4 +39,7 @@ SHN_RUN_DEPENDS= shorten:audio/shorten
TTA_RUN_DEPENDS= ttaenc:audio/tta
WAVPACK_RUN_DEPENDS= wavpack:audio/wavpack
_SHN_ALIASES= cat cmp conv cue fix gen hash info join len pad split strip \
tool trim
.include <bsd.port.mk>