summaryrefslogtreecommitdiff
path: root/textproc/chm2pdf/Makefile
blob: 906e2322b9b76d8530be8a91daeaeda30455c047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Kevin Lo <kevlo@FreeBSD.org>
# $FreeBSD$

PORTNAME=	chm2pdf
PORTVERSION=	0.9.1
PORTREVISION=	3
CATEGORIES=	textproc python
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	kevlo@FreeBSD.org
COMMENT=	Python script that converts CHM files into PDF files

LICENSE=	GPLv2

BROKEN=		Unfetchable (google code has gone away)
DEPRECATED=	Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE=	2017-04-30

RUN_DEPENDS=	htmldoc:textproc/htmldoc \
		${PYTHON_SITELIBDIR}/chm/chm.py:textproc/pychm

USES=		python
USE_PYTHON=	distutils
PYDISTUTILS_PKGVERSION=	0.9

PLIST_FILES=	bin/chm2pdf

.include <bsd.port.mk>