diff --git a/textproc/tidyp/Makefile b/textproc/tidyp/Makefile index 00f864304cb1..fe8c44333871 100644 --- a/textproc/tidyp/Makefile +++ b/textproc/tidyp/Makefile @@ -1,27 +1,28 @@ PORTNAME= tidyp PORTVERSION= 1.04 PORTREVISION= 2 CATEGORIES= textproc www MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and program to validate and fix HTML -WWW= http://tidyp.com/ +WWW= https://github.com/petdance/tidyp + +USES= autoreconf libtool CONFIGURE_ARGS= --enable-asian --enable-utf16 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= autoreconf libtool + +PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= petdance USE_GITHUB= yes OPTIONS_DEFINE= ACCESS DEBUG ACCESS_DESC= Accessibility checks -PLIST_SUB= PORTVERSION=${PORTVERSION} - ACCESS_CONFIGURE_ENABLE=access DEBUG_CONFIGURE_ENABLE= debug .include