summaryrefslogtreecommitdiff
path: root/misc/vbidecode/Makefile
blob: fda8c111c6224e5a9ad6138073165118b91d7c58 (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
# New ports collection makefile for:	vbidecode
# Version required:	1.1.3
# Date created:		Mon June 7 16:11:00 BST 1999
# Whom:			Roger Hardiman <roger@freebsd.org>
#
# $Id: Makefile,v 1.1.1.1 1999/06/07 22:10:30 roger Exp $
#
# Note: vbidecode is one part of the bttv distribution, the Linux bt848 driver
# It therefore has a DISTNAME of vbidecode but DISTFILES of bttv

DISTNAME=	vbidecode-1.1.3
CATEGORIES=	misc
MASTER_SITES=	http://www.thp.Uni-Koeln.DE/~rjkm/linux/
DISTFILES=	bttv-0.6.4.tar.gz

MAINTAINER=	roger@freebsd.org

WRKSRC=		${WRKDIR}/bttv/apps/vbidecode

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/vbidecode ${PREFIX}/bin

.include <bsd.port.mk>