diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 23:00:49 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 23:00:49 +0000 |
commit | cc8ee1b0c8f2546b2c7a4175a2d3a99a93cc57e3 (patch) | |
tree | 970fcce36b9e5ec38423af18300e541c6be91a9a /audio/vorbisgain | |
parent | 4132616fc635d290256e51c4ad4162ea3b78bd4b (diff) | |
download | ports-cc8ee1b0c8f2546b2c7a4175a2d3a99a93cc57e3.tar.gz ports-cc8ee1b0c8f2546b2c7a4175a2d3a99a93cc57e3.zip |
Fix MASTER_SITES.
PR: 51698
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=81290
Diffstat (limited to 'audio/vorbisgain')
-rw-r--r-- | audio/vorbisgain/Makefile | 10 | ||||
-rw-r--r-- | audio/vorbisgain/distinfo | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile index 862df3a85ddd..29bf8c71a669 100644 --- a/audio/vorbisgain/Makefile +++ b/audio/vorbisgain/Makefile @@ -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 diff --git a/audio/vorbisgain/distinfo b/audio/vorbisgain/distinfo index 6079ca062877..a97ac26ca7fa 100644 --- a/audio/vorbisgain/distinfo +++ b/audio/vorbisgain/distinfo @@ -1 +1 @@ -MD5 (vorbisgain-0.32.zip) = 9bd34aff8540961ab2b2ef873caeabb1 +MD5 (vorbisgain_0.32.orig.tar.gz) = 2b34d9c3c7eaab033ebd70e5b70a3e12 |