summaryrefslogtreecommitdiffstats
path: root/converters/htx/Makefile
blob: 8b7d4059d272b0d269666ebeade34a2fc0d3a783 (plain)
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
# New ports collection makefile for:	htx
# Date created:		2005-07-19
# Whom:			Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#

PORTNAME=	htx
PORTVERSION=	0.7.6
CATEGORIES=	converters www
MASTER_SITES=	http://stuff.myrealm.co.uk/htx/

MAINTAINER=	vsevolod@highsecure.ru
COMMENT=	HTML to XHTML converter

USE_PERL5=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/htx

post-patch:
	@${PERL5} -pi.orig -e 's,/usr/bin/perl,${PERL5},' ${WRKSRC}/htx

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/htx ${PREFIX}/bin/

.include <bsd.port.mk>
OpenPOWER on IntegriCloud