summaryrefslogtreecommitdiff
path: root/deskutils/gnome-pim/Makefile
blob: 49b1d63975c204062962185316f043613072e606 (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
# New ports collection makefile for:	gnomepim
# Date created:				17 Jan 1999
# Whom:					Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gnomepim
PORTVERSION=	1.2.0
CATEGORIES=	deskutils gnome
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	stable/sources/gnome-pim
DISTNAME=	gnome-pim-${PORTVERSION}

MAINTAINER=	ade@FreeBSD.org

LIB_DEPENDS=	panel_applet.4:${PORTSDIR}/x11/gnomecore

.if defined(WITH_GNOMEPILOT)
LIB_DEPENDS+=	gpilotd.0:${PORTSDIR}/palm/gnomepilot
PILOTINC=	"-I${LOCALBASE}/pilot/include"
PILOTLIB=	"-L${LOCALBASE}/pilot/lib"
PLIST_SUB+=	GNOMEPILOT:=""
.else
PILOTARGS=	--without-pisock --disable-pilotlinktest
EXTRA_PATCHES=	${FILESDIR}/patch.nopilot
PLIST_SUB+=	GNOMEPILOT:="@comment "
.endif

GTK_CONFIG?=	${X11BASE}/bin/gtk12-config

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_LIBTOOL=	yes
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
		--datadir=${PREFIX}/share/gnome ${PILOTARGS}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PILOTINC}" \
		GTK_CONFIG="${GTK_CONFIG}" \
		LIBS="-L${LOCALBASE}/lib ${PILOTLIB}"

.if !defined(WITH_GNOMEPILOT)
pre-extract:
	@${ECHO} "You can add gnomepilot support by defining WITH_GNOMEPILOT"
.endif

pre-patch:
	@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
		's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'

.include <bsd.port.mk>