summaryrefslogtreecommitdiff
path: root/multimedia/libtheora/Makefile.common
blob: 11c195da7171eb52f960900cfb05cd22f4361d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile.common,v 1.7 2018/01/14 10:16:45 wiz Exp $
#
# used by multimedia/libtheora-docs/Makefile

DISTNAME=	libtheora-1.1.1
CATEGORIES=	multimedia
MASTER_SITES=	http://downloads.xiph.org/releases/theora/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://www.theora.org/
COMMENT=	Video codec for Ogg multimedia streaming
LICENSE=	modified-bsd

GNU_CONFIGURE=		YES

CONFIGURE_ARGS+=	--disable-examples
# disable player
CONFIGURE_ENV+=		ac_cv_path_SDL_CONFIG=no

PLIST_SUBST+=		SUBDIR=${DISTNAME}

DISTINFO_FILE=	${.CURDIR}/../../multimedia/libtheora/distinfo
PATCHDIR=	${.CURDIR}/../../multimedia/libtheora/patches