summaryrefslogtreecommitdiff
path: root/multimedia/dirac/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-09-24 16:24:22 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-09-24 16:24:22 +0000
commit7666367fc91bbf063cb5450e207b29ba4ad39513 (patch)
treeaf7c6600c79e514722e46705d6838ca47e89b9f0 /multimedia/dirac/Makefile
parent- Add dirac-reference (diff)
- Don't install programming reference PORTDOCS since we now have dirac-reference
Notes
Notes: svn path=/head/; revision=173723
Diffstat (limited to 'multimedia/dirac/Makefile')
-rw-r--r--multimedia/dirac/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile
index cf57526f98b8..6bc1e7b39e5d 100644
--- a/multimedia/dirac/Makefile
+++ b/multimedia/dirac/Makefile
@@ -7,13 +7,13 @@
PORTNAME= dirac
PORTVERSION= 0.6.0
-PORTREVISION= 1
+PORTREVISION?= 2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= multimedia@FreeBSD.org
-COMMENT= Open source video codec from the BBC
+COMMENT?= Open source video codec from the BBC
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -21,17 +21,8 @@ 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
+CONFIGURE_ENV?= CPPFLAGS=-I${LOCALBASE}/include \
+ HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \
+ HAVE_DOXYGEN=${FALSE} HAVE_DOT=${FALSE}
.include <bsd.port.mk>