2005-07-06 11:29:13 +00:00
|
|
|
# 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
|
2007-06-27 17:33:17 +00:00
|
|
|
PORTVERSION= 4.41.0
|
2005-07-06 11:29:13 +00:00
|
|
|
CATEGORIES= audio
|
2006-04-15 15:52:53 +00:00
|
|
|
MASTER_SITES= http://www.wavpack.com/
|
2005-07-06 11:29:13 +00:00
|
|
|
|
2006-06-09 18:00:35 +00:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2005-07-06 11:29:13 +00:00
|
|
|
COMMENT= Compress (and restore) both 16 and 24-bit audio files in .wav format
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2007-01-03 02:19:22 +00:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
|
|
USE_ICONV= yes
|
|
|
|
USE_DOS2UNIX= cli/*.[ch] include/*.h src/*.[ch]
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-07-06 11:29:13 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-01-03 02:19:22 +00:00
|
|
|
|
|
|
|
FILES= include/wavpack.h src/unpack3.c src/words.c cli/md5.c
|
2005-07-06 11:29:13 +00:00
|
|
|
|
|
|
|
post-patch:
|
2005-07-11 11:29:42 +00:00
|
|
|
.for i in ${FILES}
|
2006-04-15 15:52:53 +00:00
|
|
|
@cd ${WRKSRC} && ${CP} ${i} ${i}.orig && \
|
2005-07-11 11:29:42 +00:00
|
|
|
col < ${i}.orig > ${i}
|
2006-04-15 15:52:53 +00:00
|
|
|
.endfor
|
2005-07-06 11:29:13 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|