ports/textproc/htmldoc/Makefile
Rong-En Fan dd39ab1c69 - Update to 1.8.27
This port needs some work to respect NOPORTDOCS, DATADIR, DOCSDIR.

PR:		ports/106715
Submitted by:	Jose Fernandes <jose at diasfernandes.pt>
Approved by:	maintainer timeout (16 days)
2006-12-31 18:06:52 +00:00

23 lines
529 B
Makefile

# New ports collection makefile for: htmldoc
# Date created: 12 June 2001
# Whom: Glenn Trewitt <glenn@trewitt.org>
#
# $FreeBSD$
#
PORTNAME= htmldoc
PORTVERSION= 1.8.27
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_EASYSW}
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= glenn@trewitt.org
COMMENT= Converts HTML to PDF and/or PostScript
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= htmldoc.1
.include <bsd.port.mk>