sthen 3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00

54 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.57 2021/02/23 19:39:14 sthen Exp $
# Memory hog, stuck for days on the same file (configoptions.cpp) during build.
# XXX check with different optimizer level? see doc/install.doc
NOT_FOR_ARCHS= m88k sh
BROKEN-alpha= .got subsegment exceeds 64K
COMMENT= source code documentation generator tool
VERSION= 1.9.1
DISTNAME= doxygen-${VERSION}.src
PKGNAME= doxygen-${VERSION}
CATEGORIES= devel textproc
HOMEPAGE= http://www.doxygen.org/
MAINTAINER= Rafael Sadowski <rsadowski@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} c iconv m xapian z
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES= http://doxygen.nl/files/
LIB_DEPENDS= converters/libiconv \
databases/xapian-core
MODULES= devel/cmake \
lang/python
MODPY_RUNDEP= No
.if ${MACHINE_ARCH} == "mips64" || ${MACHINE_ARCH} == "mips64el"
CXXFLAGS+= -mxgot
.endif
BUILD_DEPENDS+= devel/bison \
devel/git
RUN_DEPENDS+= print/ghostscript/gnu \
math/graphviz
CONFIGURE_ARGS+=-Dbuild_doc=ON \
-Dbuild_app=ON \
-Dbuild_search=ON
WRKDIST= ${WRKDIR}/doxygen-${VERSION}
.include <bsd.port.mk>