Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/aacgain/Makefile
16125 views
# Created by: Michael Johnson <[email protected]>

PORTNAME=	aacgain
PORTVERSION=	1.8
PORTREVISION=	2
CATEGORIES=	audio
MASTER_SITES=	http://aacgain.altosdesign.com/alvarez/

MAINTAINER=	[email protected]
COMMENT=	Normalizes the volume of MP3 and AAC (MP4/M4A/QuickTime) media files

LICENSE=	GPLv2

GNU_CONFIGURE=	yes
USES=		gmake libtool tar:bzip2
PLIST_FILES=	bin/aacgain

CXXFLAGS+=	--std=c++98

.include <bsd.port.mk>