pkgsrc/meta-pkgs/kde3/Makefile
jlam ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
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
2007-10-25 22:00:39 +00:00

35 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.58 2007/10/25 22:00:53 jlam Exp $
DISTNAME= kde-3.5.8
CATEGORIES= meta-pkgs x11 kde
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.kde.org/
COMMENT= "meta-package" for the KDE integrated X11 desktop
DEPENDS+= kdelibs-3.5.8{,nb[0-9]*}:../../x11/kdelibs3
DEPENDS+= kdeaccessibility-3.5.8{,nb[0-9]*}:../../misc/kdeaccessibility3
DEPENDS+= kdeartwork-3.5.8{,nb[0-9]*}:../../misc/kdeartwork3
DEPENDS+= kdeaddons-3.5.8{,nb[0-9]*}:../../misc/kdeaddons3
DEPENDS+= kdeadmin-3.5.8{,nb[0-9]*}:../../misc/kdeadmin3
DEPENDS+= kdeedu-3.5.8{,nb[0-9]*}:../../misc/kdeedu3
DEPENDS+= kdegames-3.5.8{,nb[0-9]*}:../../games/kdegames3
DEPENDS+= kdegraphics-3.5.8{,nb[0-9]*}:../../graphics/kdegraphics3
DEPENDS+= kdemultimedia-3.5.8{,nb[0-9]*}:../../multimedia/kdemultimedia3
DEPENDS+= kdenetwork-3.5.8{,nb[0-9]*}:../../net/kdenetwork3
DEPENDS+= kdepim-3.5.8{,nb[0-9]*}:../../misc/kdepim3
DEPENDS+= kdetoys-3.5.8{,nb[0-9]*}:../../games/kdetoys3
DEPENDS+= kdeutils-3.5.8{,nb[0-9]*}:../../misc/kdeutils3
DEPENDS+= kdewebdev-3.5.8{,nb[0-9]*}:../../www/kdewebdev3
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"