2001-07-10 14:22:35 +02:00
|
|
|
# New ports collection makefile for: htmldoc
|
|
|
|
# Date created: 12 June 2001
|
|
|
|
# Whom: Glenn Trewitt <glenn@trewitt.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= htmldoc
|
2003-01-03 14:09:34 +01:00
|
|
|
PORTVERSION= 1.8.23
|
2001-07-10 14:22:35 +02:00
|
|
|
CATEGORIES= textproc
|
2003-01-04 09:52:41 +01:00
|
|
|
MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${PORTVERSION}/
|
2003-01-03 14:09:34 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
2001-07-10 14:22:35 +02:00
|
|
|
|
|
|
|
MAINTAINER= glenn@trewitt.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Converts HTML to PDF and/or PostScript
|
2001-07-10 14:22:35 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAN1= htmldoc.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|