mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
13260f6b32
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
34 lines
818 B
Makefile
34 lines
818 B
Makefile
# New ports collection makefile for: dvts
|
|
# Date created: 2003/05/10
|
|
# Whom: nork@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dvts
|
|
PORTVERSION= 1.0a
|
|
PORTREVISION= 3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.sfc.wide.ad.jp/DVTS/software/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
PATCH_SITES= http://people.freebsd.org/~simokawa/firewire/
|
|
PATCHFILES= dvts-patch-20030805
|
|
PATCH_DIST_STRIP= -p4
|
|
|
|
MAINTAINER= simokawa@FreeBSD.org
|
|
COMMENT= An implementation of Digital Video Transport System
|
|
|
|
CONFLICTS= gdvrecv-[0-9]*
|
|
|
|
USE_AUTOTOOLS= autoconf:253
|
|
|
|
MAN1= dvts.1 dvsend.1 dvrecv.1
|
|
|
|
pre-install:
|
|
@${INSTALL_MAN} ${WRKSRC}/dvts.1 ${MANPREFIX}/man/man1/
|
|
@${INSTALL_MAN} ${WRKSRC}/dvsend/dvsend.1 ${MANPREFIX}/man/man1/
|
|
@${INSTALL_MAN} ${WRKSRC}/dvrecv/dvrecv.1 ${MANPREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|