summaryrefslogtreecommitdiffstats
path: root/x11/gnome-applets/Makefile
blob: d1f26fcfa72f87456b1e23e8bb06a2b127fff230 (plain) (blame)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# New ports collection makefile for:    gnomeapplets2
# Date created:             26th May 2000
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/x11/gnome-applets/Makefile,v 1.123 2006/06/29 05:21:12 marcus Exp $
#

PORTNAME=   gnome-applets
PORTVERSION=    2.15.1.1
PORTREVISION=   3
CATEGORIES= x11 gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Applets components for the Gnome 2 Desktop Environment

BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/gnome-system-tools
LIB_DEPENDS=    gtop-2.0.7:${PORTSDIR}/devel/libgtop \
        xklavier.11:${PORTSDIR}/x11/libxklavier \
        gucharmap.4:${PORTSDIR}/deskutils/gucharmap
RUN_DEPENDS=    ${LOCALBASE}/libdata/pkgconfig/system-tools-backends-2.0.pc:${PORTSDIR}/sysutils/gnome-system-tools

USE_GETTEXT=    yes
USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
GNOME_DESKTOP_VERSION=2
INSTALLS_OMF=   yes
INSTALLS_ICONS= yes
INSTALLS_SHLIB= yes
USE_GNOME=  gnomeprefix gnomehack intlhack gnomepanel \
        gail gnomedocutils
WANT_GNOME= yes
USE_GSTREAMER=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-gstreamer=0.10
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
        LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
        FREEBSD_SYS=${FREEBSD_SYS}

GCONF_SCHEMAS=  charpick.schemas drivemount.schemas geyes.schemas \
        gswitchit.schemas gweather.schemas \
        mixer.schemas multiload.schemas \
        stickynotes.schemas

OPTIONS=    MINI_COMMANDER "Enable mini-commander applet" off

FREEBSD_SYS?=   /usr/src/sys

.if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
WITH_GNOME= yes
.endif

.include <bsd.port.pre.mk>

.if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \
    !defined(WITHOUT_LIBNOTIFY)
LIB_DEPENDS+=   notify:${PORTSDIR}/devel/libnotify
.endif

.if ${ARCH} != "i386" && ${ARCH} != "amd64"
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
PLIST_SUB=  BATTERY="@comment "
.else
GCONF_SCHEMAS+= battstat.schemas
PLIST_SUB=  BATTERY=""
.endif

.if ${ARCH} != "i386" && ${ARCH} != "amd64"
PLIST_SUB+= CPUFREQ="@comment "
.else
PLIST_SUB+= CPUFREQ=""
GCONF_SCHEMAS+= cpufreq-applet.schemas
.endif

.if defined(WITH_MINI_COMMANDER)
CONFIGURE_ARGS+=    --enable-mini-commander
GCONF_SCHEMAS+= mini-commander-global.schemas mini-commander.schemas
PLIST_SUB+= COMMANDER=""
.else
PLIST_SUB+= COMMANDER="@comment "
.endif

.if exists(${pygnomedesktop_DETECT}) || ( ${HAVE_GNOME:Mpygnomedesktop}!="" && ${ARCH}!="sparc64" )
USE_PYTHON= yes
.include "${PORTSDIR}/Mk/bsd.python.mk"
USE_GNOME+= pygnomedesktop
PLIST_SUB+= PYTHON=""
.else
PLIST_SUB+= PYTHON="@comment "
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \
        ${WRKSRC}/libgweather/weather-met.c
    @${REINPLACE_CMD} -e 's|system-tools-backends|system-tools-backends-2.0|g' \
        ${WRKSRC}/configure

.include <bsd.port.post.mk>