1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/audio/aacgain/Makefile
Alexey Dokuchaev dc79424001 - Correct the spelling of audio formats
- Define LICENSE (GPLv2)
- Add WWW: line and augment port description
2018-11-03 16:45:37 +00:00

22 lines
439 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
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gmake libtool tar:bzip2
PLIST_FILES= bin/aacgain
CXXFLAGS+= --std=c++98
.include <bsd.port.mk>