2007-12-20 11:51:14 +01:00
|
|
|
# New ports collection makefile for: chm2pdf
|
|
|
|
# Date created: 20 December 2007
|
|
|
|
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= chm2pdf
|
2009-01-12 06:20:22 +01:00
|
|
|
PORTVERSION= 0.9.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 2
|
2007-12-20 11:51:14 +01:00
|
|
|
CATEGORIES= textproc python
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2007-12-20 11:51:14 +01:00
|
|
|
|
|
|
|
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
|
2009-01-12 06:20:22 +01:00
|
|
|
PYDISTUTILS_PKGVERSION= 0.9
|
2007-12-20 11:51:14 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/chm2pdf
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|