1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/misc/vbidecode/Makefile
Mark Linimon 4d9e7fb643 With portmgr hat on, reset Roger's maintainership of these ports. While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
2004-12-05 04:54:21 +00:00

29 lines
764 B
Makefile

# New ports collection makefile for: vbidecode
# Date created: Mon June 7 16:11:00 BST 1999
# Whom: Roger Hardiman <roger@freebsd.org>
#
# $FreeBSD$
#
# Note: vbidecode is one part of the bttv distribution, the Linux bt848 driver
# It therefore has a DISTNAME of bttv but a PORTNAME of vbidecode
PORTNAME= vbidecode
PORTVERSION= 1.1.3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= roger
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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vbidecode ${PREFIX}/bin
@${STRIP_CMD} ${PREFIX}/bin/vbidecode
.include <bsd.port.mk>