mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
b3db40af6f
Reported by: Glenn Trewitt <glenn@trewitt.org> (maintainer) Approved by: portmgr (erwin), Glenn Trewitt <glenn@trewitt.org> (maintainer)
23 lines
510 B
Makefile
23 lines
510 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.23
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://ftp.easysw.com/pub/htmldoc/${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>
|