aboutsummaryrefslogtreecommitdiffstats
path: root/converters/htx/Makefile
blob: 886a13c3592d7dd8ab771740fd04441162cdc8b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
# $FreeBSD$

PORTNAME=   htx
DISTVERSION=    0.7.8
CATEGORIES= converters www
MASTER_SITES=   http://stuff.myrealm.co.uk/htx/

MAINTAINER= ports@FreeBSD.org
COMMENT=    HTML to XHTML converter

USES=       perl5 shebangfix
SHEBANG_FILES=  htx
NO_BUILD=   yes
PLIST_FILES=    bin/htx

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

.include <bsd.port.mk>