mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
24 lines
659 B
Makefile
24 lines
659 B
Makefile
|
# 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.17 1999/03/16 14:01:06 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.ipass.net/~dbhopper/aa8vb/fxtv/
|
||
|
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>
|