mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
28 lines
517 B
Makefile
28 lines
517 B
Makefile
# Created by: Henri Michelon <hmichelon at e-cml.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdvrecv
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 9
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DV Tools for FreeBSD
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
DESKTOP_ENTRIES="Capture Video" \
|
|
"Capture from FireWire Camera" \
|
|
"${PREFIX}/share/pixmaps/gdvrecv/camcorder.png" \
|
|
"gdvrecv" \
|
|
"AudioVideo;Video;" \
|
|
true
|
|
|
|
CONFLICTS= dvts-[0-9]*
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|