summaryrefslogtreecommitdiff
path: root/meta-pkgs/xfce4/Makefile.common
blob: 670217b6ad6970df8d30416c866932a998176c08 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# $NetBSD: Makefile.common,v 1.61 2016/08/03 10:59:00 adam Exp $
#
# used by archivers/xfce4-thunar-archive/Makefile
# used by audio/xfce4-mixer/Makefile
# used by audio/xfce4-xmms-plugin/Makefile
# used by devel/xfce4-conf/Makefile
# used by devel/xfce4-dev-tools/Makefile
# used by comms/xfce4-modemlights-plugin/Makefile
# used by editors/xfce4-mousepad/Makefile
# used by mail/xfce4-mailwatch-plugin/Makefile
# used by meta-pkgs/xfce4-extras/Makefile
# used by misc/xfce4-calculator-plugin/Makefile
# used by misc/xfce4-smartbookmark-plugin/Makefile
# used by misc/xfce4-time-out-plugin/Makefile
# used by misc/xfce4-weather-plugin/Makefile
# used by multimedia/xfce4-mpc-plugin/Makefile
# used by multimedia/xfce4-thunar-media-tags/Makefile
# used by net/xfce4-wavelan-plugin/Makefile
# used by sysutils/xfce4-appfinder/Makefile
# used by sysutils/xfce4-battery-plugin/Makefile
# used by sysutils/xfce4-cpugraph-plugin/Makefile
# used by sysutils/xfce4-diskperf-plugin/Makefile
# used by sysutils/xfce4-fsguard-plugin/Makefile
# used by sysutils/xfce4-genmon-plugin/Makefile
# used by sysutils/xfce4-gvfs-mount-plugin/Makefile
# used by sysutils/xfce4-mount-plugin/Makefile
# used by sysutils/xfce4-netload-plugin/Makefile
# used by sysutils/xfce4-quicklauncher-plugin/Makefile
# used by sysutils/xfce4-systemload-plugin/Makefile
# used by sysutils/xfce4-taskmanager/Makefile
# used by sysutils/xfce4-thunar-vcs/Makefile
# used by sysutils/xfce4-thunar/Makefile
# used by sysutils/xfce4-verve-plugin/Makefile
# used by sysutils/xfce4-xarchiver/Makefile
# used by sysutils/xfce4-xkb-plugin/Makefile
# used by textproc/xfce4-dict/Makefile
# used by time/xfce4-datetime-plugin/Makefile
# used by time/xfce4-orage/Makefile
# used by time/xfce4-timer-plugin/Makefile
# used by wm/xfce4-wm-themes/Makefile
# used by wm/xfce4-wm/Makefile
# used by x11/libxfce4gui/Makefile
# used by x11/libxfce4ui/Makefile
# used by x11/libxfce4util/Makefile
# used by x11/xfce4-clipman-plugin/Makefile
# used by x11/xfce4-dashboard/Makefile
# used by x11/xfce4-desktop/Makefile
# used by x11/xfce4-exo/Makefile
# used by x11/xfce4-eyes-plugin/Makefile
# used by x11/xfce4-garcon/Makefile
# used by x11/xfce4-kbdleds-plugin/Makefile
# used by x11/xfce4-gtk2-engine/Makefile
# used by x11/xfce4-indicator-plugin/Makefile
# used by x11/xfce4-notes-plugin/Makefile
# used by x11/xfce4-notifyd/Makefile
# used by x11/xfce4-panel/Makefile
# used by x11/xfce4-places-plugin/Makefile
# used by x11/xfce4-screenshooter/Makefile
# used by x11/xfce4-session/Makefile
# used by x11/xfce4-settings/Makefile
# used by x11/xfce4-terminal/Makefile
# used by x11/xfce4-tumbler/Makefile
# used by x11/xfce4-whiskermenu-plugin/Makefile
# used by x11/xfce4-wmdock-plugin/Makefile

MASTER_SITES=		http://archive.xfce.org/xfce/4.12/src/
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		youri@NetBSD.org
HOMEPAGE=		http://www.xfce.org/
LICENSE=		gnu-gpl-v2

XFCE4_VERSION=		4.12.0

USE_PKGLOCALEDIR=	yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_TOOLS+=		gmake pkg-config msgfmt perl intltool

XFCE4_EGBASE=		${PREFIX}/share/examples/xfce4

CONFIGURE_ARGS.Darwin+=	--disable-visibility

.include "../../x11/gtk2/buildlink3.mk"