freebsd-ports/multimedia/photofilmstrip/Makefile
Yuri Victorovich 925e342a40 x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.

Reported by: portscout
2021-04-16 00:52:45 -07:00

32 lines
780 B
Makefile

# Created by: Charlie Kester <corky1951@comcast.net>
PORTNAME= photofilmstrip
PORTVERSION= 3.7.0
PORTREVISION= 2
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@${PY_FLAVOR} \
${PY_PILLOW}
RUN_DEPENDS= mencoder:multimedia/mencoder \
mplayer:multimedia/mplayer
USES= python:3.6+ gettext
USE_GSTREAMER1= jpeg
USE_PYTHON= distutils
USE_WX= 3.0+
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>