mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
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:
parent
54ab57d536
commit
25a60eef5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517261
1 changed files with 9 additions and 7 deletions
|
@ -2,21 +2,20 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= shntool
|
PORTNAME= shntool
|
||||||
PORTVERSION= 3.0.10
|
DISTVERSION= 3.0.10
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio
|
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
|
MAINTAINER= multimedia@FreeBSD.org
|
||||||
COMMENT= Multi-purpose WAVE data processing and reporting utility
|
COMMENT= Multi-purpose WAVE data processing and reporting utility
|
||||||
|
|
||||||
BROKEN= unfetchable
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
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
|
man/man1/shntool.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= AIFF ALAC APE FLAC KXS LA LPAC OFR SHN TTA WAVPACK
|
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
|
TTA_RUN_DEPENDS= ttaenc:audio/tta
|
||||||
WAVPACK_RUN_DEPENDS= wavpack:audio/wavpack
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue