1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Pav Lucistnik f996551ffe - Update to 4.32
PR:		ports/95778
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-04-15 15:52:53 +00:00

34 lines
839 B
Makefile

# New ports collection makefile for: wavpack
# Date created: Fri Jun 24 20:30:04 CEST 2005
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wavpack
PORTVERSION= 4.32
CATEGORIES= audio
MASTER_SITES= http://www.wavpack.com/
MAINTAINER= ports@FreeBSD.org
COMMENT= Compress (and restore) both 16 and 24-bit audio files in .wav format
GNU_CONFIGURE= yes
USE_ICONV= yes
USE_BZIP2= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
FILES= wavpack.h unpack3.c words.c md5.c
post-patch:
@${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.for i in ${FILES}
@cd ${WRKSRC} && ${CP} ${i} ${i}.orig && \
col < ${i}.orig > ${i}
.endfor
.include <bsd.port.mk>