Make doxygen optional.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-12-21 14:56:30 +00:00
parent 64238b89c7
commit 20ccd6f5ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429098

View File

@ -2,14 +2,13 @@
PORTNAME= oyranos
PORTVERSION= 0.9.5
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
MAINTAINER= bsam@FreeBSD.org
COMMENT= Colour Management System (CMS)
BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen
RUN_DEPENDS= ${LOCALBASE}/share/color/icc/OpenICC/sRGB.icc:graphics/icc-profiles-openicc \
${LOCALBASE}/share/color/icc/basICColor/ISOcoated_v2_300_bas.ICC:graphics/icc-profiles-basiccolor
LIB_DEPENDS= libraw.so:graphics/libraw \
@ -36,6 +35,10 @@ CMAKE_ARGS+= -DXDG_CONFIG_DIR=${PREFIX}/etc/xdg
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
MAKE_JOBS_UNSAFE=yes
OPTIONS_DEFINE= DOXYGEN
DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen
PORTDOCS= *
.include <bsd.port.pre.mk>