aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-sorl-thumbnail/Makefile
blob: 705103840e64de12ce53db367ee954e2cfb34859 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$

PORTNAME=	sorl-thumbnail
PORTVERSION=	3.2.5
PORTREVISION=	6
CATEGORIES=	graphics python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@caomhin.org
COMMENT=	Sorl-thumbnail provides an easy way to generate image thumbnails

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR}

USES=		python
USE_PYTHON=	autoplist distutils

DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}@${FLAVOR}

OPTIONS_DEFINE=	DJANGO PDF WORD
DJANGO_DESC=	Enable Django
PDF_DESC=	PDF Thumbnails
WORD_DESC=	Word Document thumbnail handling

OPTIONS_DEFAULT=	DJANGO

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDJANGO}
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR}
.endif

.if ${PORT_OPTIONS:MPDF}
RUN_DEPENDS+=	${LOCALBASE}/bin/Magick-config:graphics/ImageMagick
.endif

.if ${PORT_OPTIONS:MWORD}
RUN_DEPENDS+=	wvVersion:textproc/wv
.endif

.include <bsd.port.mk>