1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/converters/htx/Makefile
Andrew Pantyukhin c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00

28 lines
533 B
Makefile

# New ports collection makefile for: htx
# Date created: 2005-07-19
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#
PORTNAME= htx
DISTVERSION= 0.7.7a
CATEGORIES= converters www
MASTER_SITES= http://stuff.myrealm.co.uk/htx/ CSME
MAINTAINER= infofarmer@FreeBSD.org
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>