1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/aacgain/Makefile
Baptiste Daroussin 45f7d4ce9c Use USES=tar:bzip2
Use USES=libtool
2014-05-06 06:57:01 +00:00

18 lines
399 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= aacgain
PORTVERSION= 1.8
PORTREVISION= 1
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
GNU_CONFIGURE= yes
USES= gmake libtool tar:bzip2
PLIST_FILES= bin/aacgain
.include <bsd.port.mk>