freebsd-ports/multimedia/rox-videothumbnail/Makefile
Antoine Brodin a021c1b8c0 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-10 20:48:45 +00:00

29 lines
656 B
Makefile

# $FreeBSD$
PORTNAME= rox-videothumbnail
PORTVERSION= 0.1.14
PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://www.kerofin.demon.co.uk/rox/
DISTNAME= VideoThumbnail-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Video thumbnail provider for the ROX file manager
RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \
${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib
WRKSRC= ${WRKDIR}/VideoThumbnail
USES= python:2.7
do-build:
@${PYTHON_CMD} -m compileall ${WRKSRC}
@${PYTHON_CMD} -O -m compileall ${WRKSRC}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/apps
${CP} -r ${WRKSRC} ${STAGEDIR}${PREFIX}/apps/
.include <bsd.port.mk>