2005-07-19 14:52:08 +00:00
|
|
|
# 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/
|
|
|
|
|
2005-07-22 09:33:36 +00:00
|
|
|
MAINTAINER= vsevolod@FreeBSD.org
|
2005-07-19 14:52:08 +00:00
|
|
|
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>
|