pkgsrc/meta-pkgs/windowmaker-desktop/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

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.21 2007/10/25 22:00:58 jlam Exp $
#
DISTNAME= windowmaker-desktop-1.2
PKGREVISION= 2
CATEGORIES= meta-pkgs x11 windowmaker
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.windowmaker.info/
COMMENT= Provides a desktop based on the WindowMaker wm
DEPENDS+= windowmaker>=0.80.0:../../wm/windowmaker
DEPENDS+= wterm-[0-9]*:../../x11/wterm
DEPENDS+= wmextra-[0-9]*:../../wm/wmextra
DEPENDS+= wmthemes-[0-9]*:../../wm/wmthemes
DEPENDS+= wmakerconf-[0-9]*:../../wm/wmakerconf
DEPENDS+= asclock-[0-9]*:../../time/asclock
DEPENDS+= wmcpuload-[0-9]*:../../sysutils/wmcpuload
DEPENDS+= wmdrawer-[0-9]*:../../wm/wmdrawer
DEPENDS+= wmmemmon-[0-9]*:../../sysutils/wmmemmon
DEPENDS+= wmmail-[0-9]*:../../mail/wmmail
DEPENDS+= wmnet-[0-9]*:../../net/wmnet
DEPENDS+= wmweather-[0-9]*:../../x11/wmweather
DEPENDS+= wmMoonClock-[0-9]*:../../time/wmmoonclock
DEPENDS+= wmmixer-[0-9]*:../../audio/wmmixer
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"