diff options
author | petef <petef@FreeBSD.org> | 2003-05-19 07:00:49 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-19 07:00:49 +0800 |
commit | 4bf45049c5181089c267137b9175f71568edc6b5 (patch) | |
tree | 758ed592b90ef9666b6882f26af1d200845baca4 /audio/vorbisgain/Makefile | |
parent | b68722a4fc12e168cded0cd9f9e0160df363ac6a (diff) | |
download | freebsd-ports-gnome-4bf45049c5181089c267137b9175f71568edc6b5.tar.gz freebsd-ports-gnome-4bf45049c5181089c267137b9175f71568edc6b5.tar.zst freebsd-ports-gnome-4bf45049c5181089c267137b9175f71568edc6b5.zip |
Fix MASTER_SITES.
PR: 51698
Submitted by: Ports Fury
Diffstat (limited to 'audio/vorbisgain/Makefile')
-rw-r--r-- | audio/vorbisgain/Makefile | 10 |
1 files changed, 7 insertions, 3 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 |