aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aacgain/Makefile
blob: 0ba142e7ec8d907862add21a7708e2e71edf9e5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    aacgain
# Date created:     2006-05-28
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#

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

MAINTAINER= multimedia@FreeBSD.org
COMMENT=    Normalizes the volume of mp3 and mp4 files

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
PLIST_FILES=    bin/aacgain

.include <bsd.port.mk>