Rename DOCS to DOXYGEN.
Sponsored by: Absolight
This commit is contained in:
parent
951c664a3b
commit
eb4eed9cab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429094
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= yzis
|
||||
PORTVERSION= 1.0.a.1
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \
|
||||
http://contribs.martymac.org/FreeBSD-ports/distfiles/
|
||||
|
@ -29,7 +29,7 @@ USE_GCC= any
|
|||
INSTALLS_ICONS= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= KYZIS NYZIS DOCS
|
||||
OPTIONS_DEFINE= KYZIS NYZIS DOXYGEN
|
||||
OPTIONS_SUB= yes
|
||||
KYZIS_DESC= Build kyzis and Yzis kpart
|
||||
KYZIS_USES= kde:4
|
||||
|
@ -40,10 +40,10 @@ NYZIS_DESC= Build nyzis (ncurses frontend)
|
|||
NYZIS_CPPFLAGS= -D_XOPEN_SOURCE_EXTENDED
|
||||
NYZIS_CMAKE_ON= -DENABLE_NYZIS:BOOL=ON
|
||||
NYZIS_CMAKE_OFF= -DENABLE_NYZIS:BOOL=OFF
|
||||
DOCS_BUILD_DEPENDS= dot:graphics/graphviz \
|
||||
DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \
|
||||
doxygen:devel/doxygen
|
||||
DOCS_CMAKE_ON= -DENABLE_DOCUMENTATION:BOOL=ON
|
||||
DOCS_CMAKE_OFF= -DENABLE_DOCUMENTATION:BOOL=OFF
|
||||
DOXYGEN_CMAKE_ON= -DENABLE_DOCUMENTATION:BOOL=ON
|
||||
DOXYGEN_CMAKE_OFF= -DENABLE_DOCUMENTATION:BOOL=OFF
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue