1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/multimedia/dirac/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

27 lines
670 B
Makefile

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
WWW= https://dirac.sourceforge.net/
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>