1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/multimedia/gdvrecv/Makefile
Pav Lucistnik 83097eec83 - Add desktop item
PR:		ports/91465
Submitted by:	Panagiotis Astithas <past@ebs.gr>
Approved by:	Henri Michelon <hmichelon@e-cml.org> (maintainer)
2006-01-08 01:09:59 +00:00

38 lines
805 B
Makefile

# 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= 2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=gdvrecv
MAINTAINER= hmichelon@e-cml.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.pre.mk>
.if ${OSVERSION} < 502000
IGNORE= does not work on FreeBSD older than 5.2
.endif
.include <bsd.port.post.mk>