# New ports collection makefile for: chm2pdf # Date created: 20 December 2007 # Whom: Kevin Lo # # $FreeBSD: ports/textproc/chm2pdf/Makefile,v 1.1 2007/12/20 10:51:14 kevlo Exp $ # PORTNAME= chm2pdf PORTVERSION= 0.9 CATEGORIES= textproc python MASTER_SITES= http://chm2pdf.googlecode.com/files/ 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 PLIST_FILES= bin/chm2pdf .include