aboutsummaryrefslogtreecommitdiff
path: root/multimedia/photofilmstrip/Makefile
blob: 8a2525a36bfbff6a3292d5c37af27daf8265c1c1 (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
PORTNAME=	photofilmstrip
PORTVERSION=	3.7.0
PORTREVISION=	4
CATEGORIES=	multimedia python
MASTER_SITES=	SF/photostoryx/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Creates movies out of your pictures
WWW=		https://www.photofilmstrip.org/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
		${PY_PILLOW}
RUN_DEPENDS=	mencoder:multimedia/mencoder \
		mplayer:multimedia/mplayer

USES=		python:3.6+ gettext gstreamer
USE_GSTREAMER=	jpeg
USE_PYTHON=	distutils
USE_WX=		3.2
WX_COMPS=	python:lib
ALL_TARGET=	compile
NO_ARCH=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g' ${WRKSRC}/Makefile

.include <bsd.port.mk>