freebsd-ports/misc/vbidecode/Makefile

29 lines
823 B
Makefile
Raw Normal View History

# New ports collection makefile for: vbidecode
# Date created: Mon June 7 16:11:00 BST 1999
# Whom: Roger Hardiman <roger@freebsd.org>
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
# Note: vbidecode is one part of the bttv distribution, the Linux bt848 driver
2000-11-11 14:28:07 +01:00
# It therefore has a DISTNAME of bttv but a PORTNAME of vbidecode
PORTNAME= vbidecode
PORTVERSION= 1.1.3
CATEGORIES= misc
MASTER_SITES= ftp://ftp.vip.server.pl/pub/linux/hardware/video4linux/ \
ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/
DISTNAME= bttv-0.6.4
MAINTAINER= ports@FreeBSD.org
COMMENT= Get Videotext/Teletext (.vtx) and other VBI data from TV channels
PLIST_FILES= bin/vbidecode
WRKSRC= ${WRKDIR}/bttv/apps/vbidecode
USE_GCC= 2.95
2003-05-18 11:55:25 +02:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vbidecode ${PREFIX}/bin
@${STRIP_CMD} ${PREFIX}/bin/vbidecode
.include <bsd.port.mk>