ae9b935fd0
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
27 lines
687 B
Makefile
27 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.13 2007/10/25 22:00:50 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= fxtv-capture-1.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@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:../../multimedia/fxtv
|
|
DEPENDS+= mpeg_encode-[0-9]*:../../multimedia/mpeg_encode
|
|
DEPENDS+= mjpegtools>=1.8.0nb1:../../multimedia/mjpegtools
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
PLIST_SRC= # empty (meta-package)
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|