8d6597e0bb
With hat: portmgr Sponsored by: Absolight
26 lines
635 B
Makefile
26 lines
635 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:databases/py-sqlite3
|
|
RUN_DEPENDS= mencoder:multimedia/mencoder \
|
|
mplayer:multimedia/mplayer
|
|
|
|
USES= python gettext
|
|
USE_PYTHON= distutils autoplist
|
|
USE_WX= 3.0+
|
|
WX_COMPS= python:lib
|
|
ALL_TARGET= compile
|
|
|
|
.include <bsd.port.mk>
|