aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gdvrecv/Makefile
blob: d517c804b6c4b262a6fbc8fec3331c49f611cb0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:   gdvrecv
# Date created:                        01 Nov 2004
# Whom:                                Henri Michelon <hmichelon at e-cml.org>
#
# $FreeBSD$
#

PORTNAME=   gdvrecv
PORTVERSION=    1.2
PORTREVISION=   7
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" \
        "Application;AudioVideo;" \
        true

CONFLICTS=  dvts-[0-9]*

.include <bsd.port.mk>