naddy 92adf2cc4f PIE flags really need disabling, we use PIE by default anyway
on arches where it actually works.  From sthen@
2016-01-27 15:59:03 +00:00

30 lines
686 B
Makefile

# $OpenBSD: Makefile,v 1.10 2016/01/27 15:59:03 naddy Exp $
COMMENT= encode, inspect, and decode Opus files
DISTNAME= opus-tools-0.1.9
REVISION= 1
CATEGORIES= audio
HOMEPAGE= http://opus-codec.org/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
https://ftp.mozilla.org/pub/mozilla.org/opus/
LIB_DEPENDS= audio/flac audio/libogg audio/opus
WANTLIB= FLAC c m ogg opus sndio
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-maintainer-mode
# OpenBSD uses PIE by default anyway on archs where it actually works
CONFIGURE_ARGS+=--disable-pie
.include <bsd.port.mk>