mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
20 lines
423 B
Makefile
20 lines
423 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aacgain
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://aacgain.altosdesign.com/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
|
|
|
|
CXXFLAGS+= --std=c++98
|
|
|
|
.include <bsd.port.mk>
|