summaryrefslogtreecommitdiff
path: root/textproc/chm2pdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/chm2pdf/Makefile')
-rw-r--r--textproc/chm2pdf/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/textproc/chm2pdf/Makefile b/textproc/chm2pdf/Makefile
deleted file mode 100644
index 906e2322b9b7..000000000000
--- a/textproc/chm2pdf/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Kevin Lo <kevlo@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= chm2pdf
-PORTVERSION= 0.9.1
-PORTREVISION= 3
-CATEGORIES= textproc python
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= kevlo@FreeBSD.org
-COMMENT= Python script that converts CHM files into PDF files
-
-LICENSE= GPLv2
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-RUN_DEPENDS= htmldoc:textproc/htmldoc \
- ${PYTHON_SITELIBDIR}/chm/chm.py:textproc/pychm
-
-USES= python
-USE_PYTHON= distutils
-PYDISTUTILS_PKGVERSION= 0.9
-
-PLIST_FILES= bin/chm2pdf
-
-.include <bsd.port.mk>