summaryrefslogtreecommitdiff
path: root/multimedia/dirac/Makefile
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2006-08-02 11:10:25 +0000
committerBruce M Simpson <bms@FreeBSD.org>2006-08-02 11:10:25 +0000
commit6723afc1501bd50ab8d35eaa5e0590d1c208495d (patch)
tree043ac614f542da2691c0df3fd88302598edd48f7 /multimedia/dirac/Makefile
parentAdd port textproc/p5-Text-Flowed: (diff)
Update dirac to version 0.6.0. Fix PORTDOCS.
Drop maintainership; regrettably I do not have the time or resources to commit to maintenance of this port in future. PR: ports/101237
Notes
Notes: svn path=/head/; revision=169456
Diffstat (limited to 'multimedia/dirac/Makefile')
-rw-r--r--multimedia/dirac/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile
index 02ba566b54fd..62f7fcf574ef 100644
--- a/multimedia/dirac/Makefile
+++ b/multimedia/dirac/Makefile
@@ -6,25 +6,30 @@
#
PORTNAME= dirac
-PORTVERSION= 0.5.0
+PORTVERSION= 0.6.0
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@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
-PORTDOCS= README
+INSTALLS_SHLIB= 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:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif