2012-10-07 12:14:54 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
2010-05-16 11:23:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-03-02 03:04:38 +01:00
|
|
|
PORTNAME= tidyp
|
|
|
|
PORTVERSION= 1.04
|
2015-04-21 20:39:55 +02:00
|
|
|
PORTREVISION= 2
|
2011-03-02 03:04:38 +01:00
|
|
|
CATEGORIES= textproc www
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-08-21 19:17:25 +02:00
|
|
|
COMMENT= Library and program to validate and fix HTML
|
2011-03-02 03:04:38 +01:00
|
|
|
|
2015-04-21 20:39:55 +02:00
|
|
|
CONFIGURE_ARGS= --enable-asian --enable-utf16
|
2011-03-02 03:04:38 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-02 18:24:22 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2011-03-02 03:04:38 +01:00
|
|
|
USE_LDCONFIG= yes
|
2018-03-05 18:14:30 +01:00
|
|
|
USES= autoreconf libtool
|
2015-11-29 08:00:07 +01:00
|
|
|
|
2015-09-04 18:02:16 +02:00
|
|
|
GH_ACCOUNT= petdance
|
2015-11-29 08:00:07 +01:00
|
|
|
USE_GITHUB= yes
|
2011-03-02 03:04:38 +01:00
|
|
|
|
2015-04-21 20:39:55 +02:00
|
|
|
OPTIONS_DEFINE= ACCESS DEBUG
|
2012-10-07 12:14:54 +02:00
|
|
|
ACCESS_DESC= Accessibility checks
|
2011-03-02 03:04:38 +01:00
|
|
|
|
2014-07-04 04:48:58 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
2010-05-16 11:23:35 +02:00
|
|
|
|
2014-07-04 04:48:58 +02:00
|
|
|
ACCESS_CONFIGURE_ENABLE=access
|
|
|
|
DEBUG_CONFIGURE_ENABLE= debug
|
2010-05-16 11:23:35 +02:00
|
|
|
|
2011-03-02 03:04:38 +01:00
|
|
|
.include <bsd.port.mk>
|