blob: 4343bf445b56d27e113be918bdc4c9f1c3975ac3 (
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
|
# New ports collection makefile for: synce-multisync
# Date created: September 2004
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
PORTNAME= synce-multisync_plugin
PORTVERSION= 0.9.0
PORTREVISION= 2
CATEGORIES= palm deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
MAINTAINER= ports@FreeBSD.org
COMMENT= SynCE synchronisation plugin for Multisync
LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-rra
BUILD_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
USE_GNOME= gnomeprefix gnometarget gnomevfs2
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
--with-libsynce=${LOCALBASE} \
--with-librra=${LOCALBASE} \
--with-multisync-include=${X11BASE}/include/multisync
.include <bsd.port.mk>
|