27 lines
504 B
Makefile
Raw Normal View History

COMMENT = correct and clean up HTML and XML
GH_ACCOUNT = htacg
GH_PROJECT = tidy-html5
2021-07-15 16:41:50 +00:00
GH_TAGNAME = 5.8.0
PKGNAME = ${DISTNAME:S/-html5//}
EPOCH= 0
2021-07-15 16:41:50 +00:00
SHARED_LIBS += tidy 3.0 # 5.6
CATEGORIES = www devel
HOMEPAGE = https://www.html-tidy.org/
# BSD-like, badly worded, defined in include/tidy.h
PERMIT_PACKAGE = Yes
WANTLIB += c
MODULES = devel/cmake
2021-03-25 14:58:29 +00:00
NO_TEST = Yes
BUILD_DEPENDS = textproc/libxslt
CONFIGURE_ARGS += -DMAN_INSTALL_DIR=${PREFIX}/man/man1
.include <bsd.port.mk>