freebsd-ports/multimedia/gdvrecv/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

37 lines
803 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= 3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=gdvrecv
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.pre.mk>
.if ${OSVERSION} < 502000
IGNORE= does not work on FreeBSD older than 5.2
.endif
.include <bsd.port.post.mk>