1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/multimedia/dirac/Makefile
Michael Johnson 63bd88ccff - Update pkg-descr
- Adopt port for multimedia@
2006-08-29 11:29:14 +00:00

38 lines
844 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= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Open source video codec from the BBC
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig gnomehack gnometarget
USE_GCC= 3.4
USE_LDCONFIG= yes
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_ENV+= HAVE_LATEX=false HAVE_DVIPDFM=false
.if defined(NOPORTDOCS)
CONFIGURE_ENV+= HAVE_DOXYGEN=false HAVE_DOT=false
.else
BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>