1fd066ebe5
With hat: python@
24 lines
516 B
Makefile
24 lines
516 B
Makefile
# Created by: Kevin Lo <kevlo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chm2pdf
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= Python script that converts CHM files into PDF files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= htmldoc:${PORTSDIR}/textproc/htmldoc \
|
|
${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
PYDISTUTILS_PKGVERSION= 0.9
|
|
|
|
PLIST_FILES= bin/chm2pdf
|
|
|
|
.include <bsd.port.mk>
|