1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/palm/synce-trayicon/Makefile
2004-11-07 22:37:47 +00:00

28 lines
812 B
Makefile

# 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.8
PORTREVISION= 3
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
MAINTAINER= boris@brooknet.com.au
COMMENT= GNOME tray icon showing battery and storage status of a WinCE device
BUILD_DEPENDS= ${X11BASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs
RUN_DEPENDS= ${X11BASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs
USE_GNOME= libgnomeui gnometarget
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} \
--with-librapi2=${LOCALBASE}
.include <bsd.port.mk>