diff options
author | mat <mat@FreeBSD.org> | 2014-01-26 19:57:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-26 19:57:13 +0800 |
commit | d677d8a1aaadcb5a9973ab65661c366617c842d0 (patch) | |
tree | e14a90edc506e3e05e90c1a0c6b962115578a5c7 /textproc/chm2pdf | |
parent | be6c7f296a5c03a78885d1dd7912480f92e2ece8 (diff) | |
download | freebsd-ports-gnome-d677d8a1aaadcb5a9973ab65661c366617c842d0.tar.gz freebsd-ports-gnome-d677d8a1aaadcb5a9973ab65661c366617c842d0.tar.zst freebsd-ports-gnome-d677d8a1aaadcb5a9973ab65661c366617c842d0.zip |
- Convert to staging
- Add license
- Rename patch to follow makepatch naming
- Use new options knobs
Sponsored by: Absolight
Diffstat (limited to 'textproc/chm2pdf')
-rw-r--r-- | textproc/chm2pdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/chm2pdf/Makefile b/textproc/chm2pdf/Makefile index 1b07c0114634..e8971614de3b 100644 --- a/textproc/chm2pdf/Makefile +++ b/textproc/chm2pdf/Makefile @@ -10,6 +10,8 @@ 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 @@ -19,5 +21,4 @@ PYDISTUTILS_PKGVERSION= 0.9 PLIST_FILES= bin/chm2pdf -NO_STAGE= yes .include <bsd.port.mk> |