aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vorbisgain/Makefile
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-10-13 23:29:33 +0800
committernaddy <naddy@FreeBSD.org>2003-10-13 23:29:33 +0800
commit6b9e667cff2646f7d272e0df2b7e10994f6fa8ad (patch)
treef1b84f20412ae4e33830d6640abe57e370f73e90 /audio/vorbisgain/Makefile
parent50cde19b9530a3dfc1a588dec3dc513494b5ae67 (diff)
downloadfreebsd-ports-gnome-6b9e667cff2646f7d272e0df2b7e10994f6fa8ad.tar.gz
freebsd-ports-gnome-6b9e667cff2646f7d272e0df2b7e10994f6fa8ad.tar.zst
freebsd-ports-gnome-6b9e667cff2646f7d272e0df2b7e10994f6fa8ad.zip
* Update to 0.34.
* Complete overhaul of the port. Obtained from: OpenBSD
Diffstat (limited to 'audio/vorbisgain/Makefile')
-rw-r--r--audio/vorbisgain/Makefile22
1 files changed, 8 insertions, 14 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile
index 29bf8c71a669..38359d7f9ce7 100644
--- a/audio/vorbisgain/Makefile
+++ b/audio/vorbisgain/Makefile
@@ -7,30 +7,24 @@
#
PORTNAME= vorbisgain
-PORTVERSION= 0.32
+PORTVERSION= 0.34
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_DEBIAN}
-MASTER_SITE_SUBDIR= pool/main/v/vorbisgain
-DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
+MASTER_SITES= http://users.pandora.be/sjeng/ftp/vorbis/
MAINTAINER= ports@FreeBSD.org
-COMMENT= Calculates a percieved sound level of an Ogg Vorbis file
+COMMENT= Calculates the perceived sound level of an Ogg Vorbis file
-LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \
- vorbis.2:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USE_REINPLACE= yes
-USE_GMAKE= yes
+USE_ZIP= 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"
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= vorbisgain.1
-post-patch:
- @${REINPLACE_CMD} -e "s,-ldir,," ${WRKSRC}/configure
+pre-configure:
+ @${CHMOD} +x ${WRKSRC}/configure
.include <bsd.port.mk>