freebsd-ports/multimedia/gdvrecv/Makefile
Edwin Groothuis 13260f6b32 [patch]: Unregistered conflict between multimedia/dvts and multimedia/gdvrecv
Both multimedia/gdvrecv and multimedia/dvts provides executable
    bin/dvrecv with non-compatible uses and syntax. The last installed
    will overwrite the other.

    Further, gdvrecv installs no man-pages, so installing first dvts
    then gdvrecv will cause incorrect manual page to appear.

PR:		ports/85979
Submitted by:	Erik Norgaard <norgaard@locolomo.org>
Approved by:	maintainer timeout
2005-11-22 13:12:11 +00:00

31 lines
633 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
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>