freebsd-ports/multimedia/dirac/Makefile
Michael Johnson 7e4176993e - Don't use gcc3.4 on -CURRENT
- Bump PORTREVISION since gcc3.4 causes problems with dirac in vlc
2007-05-30 23:23:58 +00:00

28 lines
649 B
Makefile

# New ports collection makefile for: dirac
# Date created: 11 May 2004
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dirac
PORTVERSION= 0.6.0
PORTREVISION?= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= multimedia@FreeBSD.org
COMMENT?= Open source video codec from the BBC
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig gnomehack gnometarget
USE_LDCONFIG= yes
CONFIGURE_ENV?= CPPFLAGS=-I${LOCALBASE}/include \
HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \
HAVE_DOXYGEN=${FALSE} HAVE_DOT=${FALSE}
.include <bsd.port.mk>