2004-05-11 14:52:15 +02:00
|
|
|
# New ports collection makefile for: dirac
|
|
|
|
# Date created: 11 May 2004
|
|
|
|
# Whom: Bruce M Simpson <bms@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dirac
|
2006-08-02 13:10:25 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2007-05-31 01:23:58 +02:00
|
|
|
PORTREVISION?= 3
|
2004-05-11 14:52:15 +02:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2006-08-29 13:29:14 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2006-09-24 18:24:22 +02:00
|
|
|
COMMENT?= Open source video codec from the BBC
|
2004-05-11 14:52:15 +02:00
|
|
|
|
2007-01-28 10:07:47 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-05-11 14:52:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2004-10-08 06:58:52 +02:00
|
|
|
USE_GNOME= pkgconfig gnomehack gnometarget
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-05-11 14:52:15 +02:00
|
|
|
|
2006-09-24 18:24:22 +02:00
|
|
|
CONFIGURE_ENV?= CPPFLAGS=-I${LOCALBASE}/include \
|
|
|
|
HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \
|
|
|
|
HAVE_DOXYGEN=${FALSE} HAVE_DOT=${FALSE}
|
2004-05-29 05:44:14 +02:00
|
|
|
|
2004-10-08 06:58:52 +02:00
|
|
|
.include <bsd.port.mk>
|