blob: 7973bf750b58e21f8aa7c233d0a92afd574c7f9b (
plain)
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
|
# $NetBSD: Makefile,v 1.3 2003/03/28 21:14:23 wiz Exp $
#
DISTNAME= fxtv-capture-1.0
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= wiz@netbsd.org
COMMENT= meta-package including all packages to capture video with bktr(4)
DEPENDS+= sox>=12.17.1:../../audio/sox
DEPENDS+= mpegaudio>=3.9:../../audio/mpegaudio
DEPENDS+= fxtv>=1.03nb1:../../graphics/fxtv
DEPENDS+= mpeg_encode-*:../../graphics/mpeg_encode
DEPENDS+= mplex>=1.1:../../graphics/mplex
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|