aboutsummaryrefslogtreecommitdiffstats
path: root/misc/vbidecode/Makefile
blob: 458e7faf4479c3d22db74e6416e36f38da451d39 (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
24
25
# 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=     roger@freebsd.org

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

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

.include <bsd.port.mk>