mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
28 lines
682 B
Makefile
28 lines
682 B
Makefile
# Created by: Bruce M Simpson <bms@FreeBSD.org>
|
|
|
|
PORTNAME= dirac
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-codec/Dirac-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Open source video codec from the BBC
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool pathfix shebangfix
|
|
SHEBANG_FILES= ${WRKSRC}/tests/create_dirac_testfile.pl
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --disable-mmx
|
|
CONFIGURE_ENV= HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \
|
|
HAVE_DOXYGEN=${FALSE} HAVE_DOT=${FALSE}
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
CXXFLAGS+= -std=c++98
|
|
|
|
.if defined(WITH_DEBUG)
|
|
CONFIGURE_ARGS+=--enable-debug
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|