A few tweaks are coming, but things should build at least for now. Most work done from Rafael Sadowski, thanks!
22 lines
369 B
Makefile
22 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/12/25 14:54:48 zhuk Exp $
|
|
|
|
COMMENT = doxygen wrapper for KDE
|
|
DISTNAME = kapidox-${VERSION}
|
|
FULLPKGNAME = ${PKGNAME}${FLAVOR_EXT}
|
|
|
|
WANTLIB- =
|
|
|
|
MODULES = lang/python
|
|
|
|
# used for updating port only
|
|
FLAVORS = python3
|
|
|
|
RUN_DEPENDS = meta/qt5,-html
|
|
|
|
SUBST_VARS = DISTNAME
|
|
|
|
# TODO tests/tests bash script
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|