1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/multimedia/photofilmstrip/Makefile
Muhammad Moinur Rahman 10654365dc multimedia/photofilmstrip: Update version 1.5.0=>2.1.0
- 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)
2015-01-30 19:48:59 +00:00

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>