mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
1fd066ebe5
With hat: python@
25 lines
516 B
Makefile
25 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>
|