aboutsummaryrefslogtreecommitdiff
path: root/palm/synce-trayicon/Makefile
blob: 37f51e84b9aec598de002e3dc97e670f83e93cbf (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-trayicon
# Date created:                28 August 2003
# Whom:                        Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$

PORTNAME=	synce-trayicon
PORTVERSION=	0.9.0
PORTREVISION=	6
CATEGORIES=	palm
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	synce

MAINTAINER=	ports@logvinov.com
COMMENT=	GNOME tray icon showing battery and storage status of a WinCE device

BUILD_DEPENDS=	${LOCALBASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs
RUN_DEPENDS=	${LOCALBASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs
LIB_DEPENDS=	gtop-2.0.7:${PORTSDIR}/devel/libgtop

USE_GMAKE=	yes
USE_GNOME=	libgnomeui gnometarget
USE_GETTEXT=	yes
GNU_CONFIGURE=	yes
LDFLAGS+=	-L${LOCALBASE}/lib -lsynce
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS+=	--with-libsynce=${LOCALBASE} \
			--with-librapi2=${LOCALBASE}

.include <bsd.port.mk>