2006-05-28 23:54:55 +00:00
|
|
|
# New ports collection makefile for: aacgain
|
|
|
|
# Date created: 2006-05-28
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= aacgain
|
2009-02-01 17:30:06 +00:00
|
|
|
PORTVERSION= 1.8
|
2006-05-28 23:54:55 +00:00
|
|
|
CATEGORIES= audio
|
2009-02-01 17:30:06 +00:00
|
|
|
MASTER_SITES= http://altosdesign.com/aacgain/alvarez/
|
2006-05-28 23:54:55 +00:00
|
|
|
|
2006-06-09 18:00:35 +00:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2007-04-16 16:41:26 +00:00
|
|
|
COMMENT= Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files
|
2006-05-28 23:54:55 +00:00
|
|
|
|
2007-04-16 20:38:52 +00:00
|
|
|
USE_BZIP2= yes
|
2006-05-28 23:54:55 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2009-02-01 17:30:06 +00:00
|
|
|
USE_GMAKE= yes
|
2006-05-28 23:54:55 +00:00
|
|
|
PLIST_FILES= bin/aacgain
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|