mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
17 lines
315 B
Makefile
17 lines
315 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= html2latex
|
|
PORTVERSION= 0.9c
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= joerg
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Convert HTML document into LaTeX
|
|
|
|
USES= tar:Z
|
|
PLIST_FILES= bin/html2latex man/man1/html2latex.1.gz
|
|
|
|
.include <bsd.port.mk>
|