aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-pim/Makefile
blob: 5748aaa11a483e530abd68bc7dceff8d770539a0 (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=	gnome-pim
PORTVERSION=	1.4.9
PORTREVISION=	12
CATEGORIES=	deskutils gnome
MASTER_SITES=	http://www.rittau.org/gnome-pim/
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Gnome pim package

USE_BISON=	build
USE_GMAKE=	yes
USE_GNOME=	gnomeprefix gnomehack gnomelibs libcapplet
USE_GETTEXT=	yes
GNU_CONFIGURE=	yes

CPPFLAGS=	-I${LOCALBASE}/include
LIBS=		-L${LOCALBASE}/lib
.if !defined(WITHOUT_PILOT)
CONFIGURE_ARGS=	--with-pisock=${LOCALBASE}
CPPFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib
.endif
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" \
		LIBS="${LIBS}"

pre-extract:
	@${ECHO_MSG}
.if defined(WITHOUT_PILOT)
	@${ECHO_MSG} "Palm Pilot support disabled. You will not be able to syncronize"
	@${ECHO_MSG} "your palm with gnomecard and gnomecal."
.else
	@${ECHO_MSG} "You can disable Palm Pilot support by defining WITHOUT_PILOT."
.endif
	@${ECHO_MSG}

post-patch:
.for file in vcc.y vobject.c
	@${REINPLACE_CMD} -e "s/malloc[.]h/stdlib.h/g" ${WRKSRC}/libversit/${file}
.endfor

pre-install:
	${MKDIR} ${PREFIX}/share/gnome/help/gnomecard/C \
		${PREFIX}/share/gnome/help/gnomecard/eu

.include <bsd.port.mk>