1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/misc/vbidecode/Makefile
Roger Hardiman 64c1c7dbe8 Get source from my copy at people.freebsd.org/~roger
as the original author no longer supports this program.

Spotted By: the automatic ports file checker
2000-07-25 10:43:03 +00:00

25 lines
626 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 vbidecode but DISTFILES of bttv
PORTNAME= vbidecode
PORTVERSION= 1.1.3
CATEGORIES= misc
MASTER_SITES= http://people.freebsd.org/~roger/
DISTFILES= bttv-0.6.4.tar.gz
MAINTAINER= roger@freebsd.org
WRKSRC= ${WRKDIR}/bttv/apps/vbidecode
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vbidecode ${PREFIX}/bin
@strip ${PREFIX}/bin/vbidecode
.include <bsd.port.mk>