diff options
Diffstat (limited to 'print/py-reportlab/Makefile')
-rw-r--r-- | print/py-reportlab/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 155d3b78d1ad..1d8563ae250d 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,10 +1,11 @@ PORTNAME= reportlab -DISTVERSION= 4.4.0 +DISTVERSION= 4.4.3 CATEGORIES= print python -MASTER_SITES= PYPI +MASTER_SITES= PYPI:python \ + LOCAL/bofh/print/py-${PORTNAME}:pfbfer PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PFBFER} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:python \ + ${PFBFER}:pfbfer EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bofh@FreeBSD.org @@ -24,15 +25,18 @@ PFBFER_VERSION= 20180109 PFBFER= pfbfer-${PFBFER_VERSION}.zip MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" + +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} NO_ARCH= yes REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= reportlab-userguide.pdf OPTIONS_DEFINE= CJK FREETYPE DOCS OPTIONS_DEFAULT=CJK FREETYPE + CJK_DESC= Adobe CMaps + CJK_RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:print/adobe-cmaps FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 |