1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/multimedia/photofilmstrip/Makefile
Nuno Teixeira 03eac77c10 */*: Bump consumers of x11-toolkits/wxgtk32
New version of wxWidgets in tree
2023-11-23 11:20:28 +00:00

32 lines
767 B
Makefile

PORTNAME= photofilmstrip
PORTVERSION= 3.7.0
PORTREVISION= 6
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 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>