mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
20 lines
396 B
Makefile
20 lines
396 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= html2latex
|
|
PORTVERSION= 0.9c
|
|
CATEGORIES= print
|
|
# I can't seem to find the original dist site
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Convert HTML document into LaTeX
|
|
|
|
MAN1= html2latex.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/html2latex
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|