1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/palm/synce-trayicon/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

30 lines
891 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.9.0
PORTREVISION= 5
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
MAINTAINER= ports@FreeBSD.org
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
USE_XLIB= yes
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} \
--with-librapi2=${LOCALBASE}
.include <bsd.port.mk>