Edit

IABSD.fr/ports/multimedia/libtheora/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2012-03-29 13:38:12
    Hash : 88ea7291
    Message : Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't make a distinction between these. ok aja@ dcoppa@

  • multimedia/libtheora/Makefile
  • # $OpenBSD: Makefile,v 1.16 2012/03/29 13:38:40 sthen Exp $
    
    COMMENT=	open video codec
    
    DISTNAME=	libtheora-1.1.1
    REVISION=	1
    CATEGORIES=	multimedia
    MASTER_SITES=	http://downloads.xiph.org/releases/theora/
    EXTRACT_SUFX=	.tar.bz2
    
    SHARED_LIBS=	theora		3.2 \
    		theoradec	1.1 \
    		theoraenc	1.2
    
    HOMEPAGE=	http://www.theora.org/
    
    MAINTAINER=     Vladimir Tamara Patino <vtamara@pasosdejesus.org>
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    PERMIT_PACKAGE_FTP=	Yes
    PERMIT_DISTFILES_CDROM=	Yes
    PERMIT_DISTFILES_FTP=	Yes
    
    WANTLIB=	ogg
    
    # uses Ogg headers
    LIB_DEPENDS=	audio/libogg
    
    USE_LIBTOOL=	Yes
    SEPARATE_BUILD=	Yes
    CONFIGURE_STYLE= autoconf
    AUTOCONF_VERSION= 2.63
    CONFIGURE_ARGS=	--disable-examples --disable-spec
    CONFIGURE_ENV=	ac_cv_prog_HAVE_DOXYGEN=false
    
    # our binutils is too old for amd64
    .if ${MACHINE_ARCH} != "i386"
    CONFIGURE_ARGS+=--disable-asm
    .endif
    
    .include <bsd.port.mk>