aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/tidyp/Makefile
blob: 902657fc84e1e286e922fa9eeaa1b1e90059a664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
# $FreeBSD$

PORTNAME=   tidyp
PORTVERSION=    1.04
PORTREVISION=   1
CATEGORIES= textproc www
MASTER_SITES=   http://cloud.github.com/downloads/petdance/tidyp/ \
        LOCAL/sunpoet

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Library and program to validate and fix HTML

GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes
USES=       libtool

OPTIONS_DEFINE= ACCESS ASIAN DEBUG UTF16
ACCESS_DESC=    Accessibility checks
ASIAN_DESC= Asian encodings

PLIST_SUB=  PORTVERSION=${PORTVERSION}

ACCESS_CONFIGURE_ENABLE=access
ASIAN_CONFIGURE_ENABLE= asian
DEBUG_CONFIGURE_ENABLE= debug
UTF16_CONFIGURE_ENABLE= utf16

.include <bsd.port.mk>