2003-12-16 21:18:14 +00:00
|
|
|
# New ports collection makefile for: synce-trayicon
|
|
|
|
# Date created: 28 August 2003
|
|
|
|
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= synce-trayicon
|
2005-01-08 21:39:58 +00:00
|
|
|
PORTVERSION= 0.9.0
|
2006-10-14 08:54:54 +00:00
|
|
|
PORTREVISION= 5
|
2003-12-16 21:18:14 +00:00
|
|
|
CATEGORIES= palm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= synce
|
|
|
|
|
2005-10-29 04:25:00 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-16 21:18:14 +00:00
|
|
|
COMMENT= GNOME tray icon showing battery and storage status of a WinCE device
|
|
|
|
|
2006-10-14 08:54:54 +00:00
|
|
|
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
|
2006-05-28 05:04:56 +00:00
|
|
|
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
|
2003-12-16 21:18:14 +00:00
|
|
|
|
2005-01-08 21:39:58 +00:00
|
|
|
USE_GMAKE= yes
|
2006-04-30 00:47:21 +00:00
|
|
|
USE_GNOME= libgnomeui gnometarget
|
|
|
|
USE_GETTEXT= yes
|
2003-12-16 21:18:14 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 08:54:54 +00:00
|
|
|
USE_XLIB= yes
|
2003-12-16 21:18:14 +00:00
|
|
|
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} \
|
|
|
|
--with-librapi2=${LOCALBASE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|