aboutsummaryrefslogtreecommitdiff
path: root/audio/aacgain/Makefile
blob: 4d036795cce5a6830cc391d45f09433e6d1b3de5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER=	multimedia@FreeBSD.org
COMMENT=	Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USES=		gmake
PLIST_FILES=	bin/aacgain

.include <bsd.port.mk>