diff options
Diffstat (limited to 'converters/htx/Makefile')
-rw-r--r-- | converters/htx/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/converters/htx/Makefile b/converters/htx/Makefile new file mode 100644 index 000000000000..8b7d4059d272 --- /dev/null +++ b/converters/htx/Makefile @@ -0,0 +1,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> |