freebsd-ports/multimedia/gdvrecv/Makefile

32 lines
639 B
Makefile
Raw Normal View History

# Created by: Henri Michelon <hmichelon at e-cml.org>
# $FreeBSD$
PORTNAME= gdvrecv
PORTVERSION= 1.2
2015-03-10 15:15:57 +01:00
PORTREVISION= 10
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= DV tools for FreeBSD
2015-03-10 15:15:57 +01:00
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:2.7 tar:bzip2
USE_GNOME= pygtk2
USE_PYTHON= distutils
DESKTOP_ENTRIES="Capture Video" \
"Capture from FireWire Camera" \
"${PREFIX}/share/pixmaps/gdvrecv/camcorder.png" \
"gdvrecv" \
"AudioVideo;Video;" \
true
CONFLICTS= dvts-[0-9]*
2015-03-10 15:15:57 +01:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/firewire.so
.include <bsd.port.mk>