1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/chm2pdf/Makefile
Mathieu Arnold 5dd4ea2cab - Convert to staging
- Add license
- Rename patch to follow makepatch naming
- Use new options knobs

Sponsored by:	Absolight
2014-01-26 11:57:13 +00:00

25 lines
519 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= A 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 0.9
PLIST_FILES= bin/chm2pdf
.include <bsd.port.mk>