diff options
Diffstat (limited to 'print/html2latex/Makefile')
-rw-r--r-- | print/html2latex/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/html2latex/Makefile b/print/html2latex/Makefile new file mode 100644 index 000000000000..739528bdb54b --- /dev/null +++ b/print/html2latex/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: html2latex +# Version required: 0.9c +# Date created: 29-March-1996 +# Whom: joerg +# +# $Id$ +# + +DISTNAME= html2latex-0.9c +PKGNAME= html2latex-0.9 +CATEGORIES+= printing +# i can't seem to find the original dist site +MASTER_SITES= ftp://ftp.germany.eu.net/pub/infosystems/www/ncsa/Web/Mosaic/Contrib/ +DISTFILES= html2latex-0.9c.tar.Z + +MAINTAINER= joerg@FreeBSD.org + +.include <bsd.port.mk> |