freebsd-ports/multimedia/photofilmstrip/Makefile
2020-03-08 17:01:46 +00:00

32 lines
777 B
Makefile

# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD$
PORTNAME= photofilmstrip
PORTVERSION= 3.0.2
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
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-09-15
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
RUN_DEPENDS= mencoder:multimedia/mencoder \
mplayer:multimedia/mplayer
USES= python:2.7 gettext
USE_GSTREAMER1= jpeg
USE_PYTHON= distutils autoplist
USE_WX= 3.0+
WX_COMPS= python:lib
ALL_TARGET= compile
NO_ARCH= yes
.include <bsd.port.mk>