mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
10654365dc
- Application behavior changed more like working as Python Module - Removed pkg-plist in lieu of autoplist - databases/py-sqlite3 is now a BUILD_DEPENDS as it fails to build without this - Removed PORTSCOUT as this version is passed the mentioned versions to skip Differential Revision: https://reviews.freebsd.org/D1732 Approved by: marino(mentor)
27 lines
671 B
Makefile
27 lines
671 B
Makefile
# Created by: Charlie Kester <corky1951@comcast.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= photofilmstrip
|
|
PORTVERSION= 2.1.0
|
|
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:${PORTSDIR}/databases/py-sqlite3
|
|
RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder \
|
|
mplayer:${PORTSDIR}/multimedia/mplayer
|
|
|
|
USES= python gettext
|
|
USE_PYTHON= distutils autoplist
|
|
USE_WX= 3.0+
|
|
WX_COMPS= python:lib
|
|
ALL_TARGET= compile
|
|
|
|
.include <bsd.port.mk>
|