freebsd-ports/textproc/html-pretty/Makefile
Greg Lewis 32a5036976 Add a port of html-pretty:
html-pretty (or htmlpty on file systems with unpleasant filename
length restrictions) is a prettyprinter for HTML and SGML.  It can
also assist in the conversion of ordinary text files in ASCII or
ISO8859-1 character sets to HTML.

WWW: http://www.math.utah.edu/~beebe/software/html-sgml-tools.html#html-pretty
2004-03-17 22:24:09 +00:00

37 lines
905 B
Makefile

# New ports collection makefile for: html-pretty
# Date created: 16 March 2004
# Whom: Greg Lewis <glewis@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= html-pretty
PORTVERSION= 1.01
CATEGORIES= textproc www
MASTER_SITES= http://www.math.utah.edu/pub/sgml/
DISTNAME= htmlpty-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML and SGML prettyprinter and text-to-HTML/SGML converter
GNU_CONFIGURE= yes
MAN1= html-pretty.1
.if !defined(NOPORTDOCS)
PORTDOCS= *
DOCFILES= AUTHORS BUGS COPYING ChangeLog NEWS README THANKS
post-install:
-${MKDIR} ${DOCSDIR}/html
${INSTALL_DATA} -o ${SHAREOWN} -g ${SHAREGRP} ${WRKSRC}/*.html \
${DOCSDIR}/html/
${INSTALL_DATA} -o ${SHAREOWN} -g ${SHAREGRP} ${WRKSRC}/Docs/*.html \
${DOCSDIR}/html/
for docfile in ${DOCFILES}; do \
${INSTALL_DATA} -o ${SHAREOWN} -g ${SHAREGRP} \
${WRKSRC}/$$docfile ${DOCSDIR}/; \
done
.endif
.include <bsd.port.mk>