freebsd-ports/multimedia/libtheora/Makefile
Dmitry Marakasov db4834be64 - Switch to USES=localbase
- Add testing support
- Update WWW

Approved by:	portmgr blanket
2018-10-25 09:30:12 +00:00

38 lines
983 B
Makefile

# Created by: Koop Mast <kwm@rainbow-runner.nl>
# $FreeBSD$
PORTNAME= libtheora
PORTVERSION= 1.1.1
PORTREVISION= 7
CATEGORIES= multimedia
MASTER_SITES= https://downloads.xiph.org/releases/theora/ \
https://repo.turris.cz/downloads/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Theora video codec for the Ogg multimedia streaming system
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis
USES= libtool localbase pathfix tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-sdltest \
--disable-examples
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's, x86_64), x86_64|amd64),; \
/ac_lib/ s,compat,,' ${WRKSRC}/configure
.if ${ARCH}=="amd64"
@${REINPLACE_CMD} -e 's|#define OC_X86_ASM|#undef OC_X86_ASM|' ${WRKSRC}/configure
.endif
.include <bsd.port.mk>