blob: 4e30199e6eaeb02909a2d49e017eac3f51c5a4e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= wavpack
PORTVERSION= 4.60.1
CATEGORIES= audio
MASTER_SITES= http://www.wavpack.com/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Audio codec for lossless, lossy, and hybrid compression
LICENSE= BSD
USE_BZIP2= yes
USES= pathfix pkgconfig iconv
NO_STAGE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= wavpack.1 wvgain.1 wvunpack.1
.if ${MACHINE_CPU:Mmmx}
CONFIGURE_ARGS= --enable-mmx
.endif
.include <bsd.port.mk>
|