1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/tidy-html5/Makefile
Thierry Thomas d247c849e9 This is tidy5.
Once considered as stable, it will replace tidy4 (from www/tidy-devel and
www/tidy-lib).
2015-03-01 18:33:36 +00:00

31 lines
563 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= tidy-html5
PORTVERSION= 4.9.18
CATEGORIES= www
MAINTAINER= thierry@FreeBSD.org
COMMENT= Tidy tidies HTML and XML documents
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USE_GITHUB= yes
GH_ACCOUNT= htacg
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 2e383c6
USES= cmake
CMAKE_ARGS= -DBUILD_SHARED_LIB:BOOL=ON
pre-configure:
${REINPLACE_CMD} -e 's|build/cmake/||' ${WRKSRC}/test/testone.sh
regression-test:
(cd ${WRKSRC}/test && ./testall.sh)
.include <bsd.port.mk>