8a502cb2d4
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
31 lines
717 B
Makefile
31 lines
717 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wavpack
|
|
PORTVERSION= 5.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.wavpack.com/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Audio codec for lossless, lossy, and hybrid compression
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= iconv libtool pathfix pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= ASM
|
|
OPTIONS_DEFAULT_amd64= ASM
|
|
OPTIONS_DEFAULT_armv6= ASM
|
|
OPTIONS_DEFAULT_armv7= ASM
|
|
|
|
ASM_CONFIGURE_OFF= --disable-asm
|
|
ASM_DESC= Optimized assembler routines (requires MMX on x86)
|
|
|
|
.include <bsd.port.mk>
|