blob: 30b882935f5dbd0970a8438a21c363d684c5aa23 (
plain) (
blame)
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
|
# New ports collection makefile for: chm2pdf
# Date created: 20 December 2007
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= chm2pdf
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A Python script that converts CHM files into PDF files
RUN_DEPENDS= htmldoc:${PORTSDIR}/textproc/htmldoc \
${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 0.9
PLIST_FILES= bin/chm2pdf
.include <bsd.port.mk>
|