diff options
author | mat <mat@FreeBSD.org> | 2016-12-21 22:56:20 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-12-21 22:56:20 +0800 |
commit | 72ddb01158a242078296893477d7b3de202cefa7 (patch) | |
tree | 43ef9b0050aff21e1d4d243abc092fac204d9a87 /graphics | |
parent | 8adea90ce16cd024dda55e9129e444bf267a48d8 (diff) | |
download | freebsd-ports-gnome-72ddb01158a242078296893477d7b3de202cefa7.tar.gz freebsd-ports-gnome-72ddb01158a242078296893477d7b3de202cefa7.tar.zst freebsd-ports-gnome-72ddb01158a242078296893477d7b3de202cefa7.zip |
Rename DOCS to DOXYGEN.
Sponsored by: Absolight
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/code-eli/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile index 00d8450ac5c2..866acf578c24 100644 --- a/graphics/code-eli/Makefile +++ b/graphics/code-eli/Makefile @@ -3,7 +3,7 @@ PORTNAME= code-eli PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= fernando.apesteguia@gmail.com @@ -28,10 +28,10 @@ AIRFOIL_DIR= airfoil_fit VSPPOD_DIR= vsp_pod # Build options -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOXYGEN EXAMPLES EXAMPLES_LIB_DEPENDS= libcpptest.so:devel/cpptest -DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen -DOCS_ALL_TARGET= doc +DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen +DOXYGEN_ALL_TARGET= doc # The code uses std::cbrt(). Even if one passes some additional macros for # libstdc++ to enable additional math functions in math.h some of them, such as @@ -69,7 +69,7 @@ do-install-EXAMPLES-on: ${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \ ${XARGS} ${STRIP_CMD} -do-install-DOCS-on: +do-install-DOXYGEN-on: (cd ${BUILD_WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> |