View | Details | Raw Unified | Return to bug 72249
Collapse All | Expand All

(-)Makefile (-4 / +5 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/palm/synce-gnomevfs/Makefile,v 1.5 2004/07/09 17:42:44 marcus Exp $
5
# $FreeBSD: ports/palm/synce-gnomevfs/Makefile,v 1.5 2004/07/09 17:42:44 marcus Exp $
6
6
7
PORTNAME=	synce-gnomevfs
7
PORTNAME=	synce-gnomevfs
8
PORTVERSION=	0.8
8
PORTVERSION=	0.9.0
9
PORTREVISION=	2
10
CATEGORIES=	palm
9
CATEGORIES=	palm
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	synce
11
MASTER_SITE_SUBDIR=	synce
Lines 14-25 Link Here
14
MAINTAINER=	boris@brooknet.com.au
13
MAINTAINER=	boris@brooknet.com.au
15
COMMENT=	Gnome VFS module for WinCE devices
14
COMMENT=	Gnome VFS module for WinCE devices
16
15
17
LIB_DEPENDS=	rapi.2:${PORTSDIR}/palm/synce-librapi2
16
LIB_DEPENDS=	rapi.2:${PORTSDIR}/palm/synce-librapi2 \
17
		synce.0:${PORTSDIR}/palm/synce-libsynce
18
18
19
USE_GNOME=	gnomeprefix gnometarget gnomevfs2
19
USE_GNOME=	gnomeprefix gnometarget gnomevfs2
20
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
21
USE_INC_LIBTOOL_VER=13
21
USE_INC_LIBTOOL_VER=13
22
CONFIGURE_ARGS+=	--with-librapi=${LOCALBASE}
22
CONFIGURE_ARGS+=	--with-librapi=${LOCALBASE} \
23
			--with-libsynce=${LOCALBASE}
23
24
24
INSTALLS_SHLIB=	yes
25
INSTALLS_SHLIB=	yes
25
26
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (synce-gnomevfs-0.8.tar.gz) = 1a85feb769215ee6f6c7da4a094d5382
1
MD5 (synce-gnomevfs-0.9.0.tar.gz) = 1fa8d653297331479edcd5d983a0f75e
2
SIZE (synce-gnomevfs-0.8.tar.gz) = 253349
2
SIZE (synce-gnomevfs-0.9.0.tar.gz) = 303885
(-)pkg-plist (+3 lines)
Lines 1-4 Link Here
1
bin/synce-in-computer-folder
1
etc/gnome-vfs-2.0/modules/synce-module.conf
2
etc/gnome-vfs-2.0/modules/synce-module.conf
3
share/gnome/pixmaps/synce/synce-color.png
4
share/gnome/synce/synce-in-computer-folder.sh
2
lib/gnome-vfs-2.0/modules/libsyncevfs.a
5
lib/gnome-vfs-2.0/modules/libsyncevfs.a
3
lib/gnome-vfs-2.0/modules/libsyncevfs.la
6
lib/gnome-vfs-2.0/modules/libsyncevfs.la
4
lib/gnome-vfs-2.0/modules/libsyncevfs.so
7
lib/gnome-vfs-2.0/modules/libsyncevfs.so

Return to bug 72249