aboutsummaryrefslogtreecommitdiffstats
path: root/palm/synce-gvfs/Makefile
blob: cd388d464d75bb4c1ebf9259b8a282b3f96b18c2 (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
# New ports collection makefile for:   synce-gnomevfs
# Date created:                28 August 2003
# Whom:                        Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
#

PORTNAME=   synce-gvfs
PORTVERSION=    0.2.2
PORTREVISION=   1
CATEGORIES= palm
MASTER_SITES=   SF/synce/SynCE-GNOME/0.13

MAINTAINER= avl@FreeBSD.org
COMMENT=    GVFS module for access Windows Mobile devices

LIB_DEPENDS=    rapi.2:${PORTSDIR}/palm/synce-librapi2

MAKE_JOBS_SAFE= yes

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_GNOME=  gnomeprefix gnomehack gvfs
INSTALLS_ICONS= yes
LDFLAGS+=   -L${LOCALBASE}/lib
CFLAGS+=    -I${LOCALBASE}/include

.include <bsd.port.mk>