mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
b50c4b98e0
Hat: portmgr
40 lines
899 B
Makefile
40 lines
899 B
Makefile
# New ports collection makefile for: wavegain
|
|
# Date created: 24 May 2008
|
|
# Whom: Denise H. G. <darcsis@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wavegain
|
|
PORTVERSION= 1.2.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.rarewares.org/files/others/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}srcs${EXTRACT_SUFFIX}
|
|
|
|
MAINTAINER= darcsis@gmail.com
|
|
COMMENT= A program that applies ReplayGain to wave files
|
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
|
|
|
|
USE_ZIP= yes
|
|
USE_GMAKE= yes
|
|
USE_DOS2UNIX= audio.c wavegain.c
|
|
|
|
PLIST_FILES= bin/wavegain
|
|
|
|
WRKSRC= ${WRKDIR}/WaveGain-${PORTVERSION}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
|
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
|
.endif
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${CP} Makefile.linux Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|