# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD: head/multimedia/photofilmstrip/Makefile 455210 2017-11-30 15:50:30Z mat $

PORTNAME=	photofilmstrip
PORTVERSION=	3.0.2
PORTREVISION=	1
CATEGORIES=	multimedia python
MASTER_SITES=	SF/photostoryx/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Creates movies out of your pictures

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

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

USES=		python:2.7 gettext
USE_PYTHON=	distutils autoplist
USE_WX=		3.0+
WX_COMPS=	python:lib
ALL_TARGET=	compile
NO_ARCH=	yes

.include <bsd.port.mk>
