summaryrefslogtreecommitdiff
path: root/misc/gnome-dirs/Makefile.common
blob: 6c6c06068a9265af36b52910a8eca7b180a6fefe (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# $NetBSD: Makefile.common,v 1.3 2003/02/05 16:55:24 jmmv Exp $
#

# This Makefile contains all the logic needed to automatically generate
# PLIST's for the gnome*-dirs packages.
# It also installs all GTK/GNOME directories common to v1 and v2.

GNOME_DIRS_VERSION=	1.1

GNOME_DIRS_COMMON=	share/gnome/apps
GNOME_DIRS_COMMON+=	share/gnome/apps/Applications
GNOME_DIRS_COMMON+=	share/gnome/apps/Development
GNOME_DIRS_COMMON+=	share/gnome/apps/Games
GNOME_DIRS_COMMON+=	share/gnome/apps/Graphics
GNOME_DIRS_COMMON+=	share/gnome/apps/Internet
GNOME_DIRS_COMMON+=	share/gnome/apps/Multimedia
GNOME_DIRS_COMMON+=	share/gnome/apps/Settings
GNOME_DIRS_COMMON+=	share/gnome/apps/Settings/Desktop
GNOME_DIRS_COMMON+=	share/gnome/apps/Settings/Peripherals
GNOME_DIRS_COMMON+=	share/gnome/apps/Settings/Session
GNOME_DIRS_COMMON+=	share/gnome/apps/System
GNOME_DIRS_COMMON+=	share/gnome/apps/Utilities
GNOME_DIRS_COMMON+=	share/gnome/help
GNOME_DIRS_COMMON+=	share/gnome/help/fdl
GNOME_DIRS_COMMON+=	share/gnome/help/fdl/C
GNOME_DIRS_COMMON+=	share/gnome/help/fdl/C/figures
GNOME_DIRS_COMMON+=	share/gnome/help/gpl
GNOME_DIRS_COMMON+=	share/gnome/help/gpl/C
GNOME_DIRS_COMMON+=	share/gnome/help/gpl/C/figures
GNOME_DIRS_COMMON+=	share/gnome/help/lgpl
GNOME_DIRS_COMMON+=	share/gnome/help/lgpl/C
GNOME_DIRS_COMMON+=	share/gnome/help/lgpl/C/figures

.include "../../mk/bsd.prefs.mk"

_SORTED!=	${ECHO} ${GNOME_DIRS} | ${TR} -s ' \t' '\n' | ${SORT}

USE_PKGINSTALL=	yes
MAKE_DIRS+=	${_SORTED:S/^/${PREFIX}\//}

do-install:	# nothing