mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
dc79424001
- Define LICENSE (GPLv2) - Add WWW: line and augment port description
22 lines
439 B
Makefile
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>
|