mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Fix MASTER_SITES.
PR: 51698 Submitted by: Ports Fury
This commit is contained in:
parent
4132616fc6
commit
cc8ee1b0c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81290
@ -9,7 +9,9 @@
|
||||
PORTNAME= vorbisgain
|
||||
PORTVERSION= 0.32
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://sjeng.sourceforge.net/ftp/vorbis/
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
||||
MASTER_SITE_SUBDIR= pool/main/v/vorbisgain
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Calculates a percieved sound level of an Ogg Vorbis file
|
||||
@ -17,12 +19,14 @@ COMMENT= Calculates a percieved sound level of an Ogg Vorbis file
|
||||
LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \
|
||||
vorbis.2:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USE_ZIP= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lm -logg -lvorbis -lvorbisfile"
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= vorbisgain.1
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vorbisgain-0.32.zip) = 9bd34aff8540961ab2b2ef873caeabb1
|
||||
MD5 (vorbisgain_0.32.orig.tar.gz) = 2b34d9c3c7eaab033ebd70e5b70a3e12
|
||||
|
Loading…
Reference in New Issue
Block a user