pkgsrc/misc/gnome2-dirs/dirs.mk
jmmv 2eb50cd83b Update gnome-dirs, gnome1-dirs and gnome2-dirs to 1.6:
- Add the share/gnome-default-applications.
2006-03-30 21:14:32 +00:00

31 lines
984 B
Makefile

# $NetBSD: dirs.mk,v 1.5 2006/03/30 21:14:32 jmmv Exp $
#
# This file is intended to be included by mk/dirs.mk, not directly by packages.
#
.if !defined(DIRS_GNOME2_MK)
DIRS_GNOME2_MK= # defined
_USE_XDG_DIRS= 1.1
.include "../../misc/xdg-dirs/dirs.mk"
.include "../../misc/gnome-dirs/dirs.mk"
GNOME2_DIRS= share/control-center-2.0
GNOME2_DIRS+= share/control-center-2.0/capplets
GNOME2_DIRS+= share/control-center-2.0/icons
GNOME2_DIRS+= share/gnome-2.0
GNOME2_DIRS+= share/gnome-2.0/ui
GNOME2_DIRS+= share/gnome-default-applications
GNOME2_DIRS+= share/gnome/wm-properties
.if defined(_USE_GNOME2_DIRS) && !empty(_USE_GNOME2_DIRS)
DEPENDS+= gnome2-dirs>=${_USE_GNOME2_DIRS}:../../misc/gnome2-dirs
. for dir in ${GNOME_DIRS} ${GNOME2_DIRS}
PRINT_PLIST_AWK+= /^@exec \$${MKDIR} %D\/${dir:S|/|\\/|g}$$/ { next; }
PRINT_PLIST_AWK+= /^@dirrm ${dir:S|/|\\/|g}$$/ \
{ print "@comment in gnome2-dirs: " $$0; next; }
. endfor
.endif
.endif # !defined(DIRS_GNOME2_MK)