1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/palm/synce-trayicon/Makefile
Dima Panov 1a267d63c3 - Reassign ports from avl@ back to pool at his request.
Submitted by:	avl via IM
Approved by:	avl via IM
2013-02-20 16:08:58 +00:00

59 lines
1.7 KiB
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.14
PORTREVISION= 5
CATEGORIES= palm
MASTER_SITES= SF/synce/SynCE-GNOME/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME system tray app for monitoring connected WinCE based devices
LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-librra \
gtop-2.0.7:${PORTSDIR}/devel/libgtop \
unshield.0:${PORTSDIR}/archivers/unshield \
orange.0:${PORTSDIR}/archivers/liborange \
notify.4:${PORTSDIR}/devel/libnotify
RUN_DEPENDS= ${LOCALBASE}/libexec/gvfsd-synce:${PORTSDIR}/palm/synce-gvfs \
${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui desktopfileutils
INSTALLS_ICONS= yes
GCONF_SCHEMAS= ${PORTNAME}.schemas
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
SUB_FILES= pkg-message
MAN1= ${PORTNAME}.1
.include <bsd.port.pre.mk>
pre-configure:
@if [ -z "`${GREP} libsynce ${LOCALBASE}/libdata/pkgconfig/liborange.pc`" ]; then \
${ECHO_MSG} ; \
${ECHO_MSG} "${PKGNAME} requires archivers/liborange built with LIBSYNCE option ON" ; \
${ECHO_MSG} ; \
${FALSE}; \
fi
@if [ -z "`${GREP} libunshield ${LOCALBASE}/libdata/pkgconfig/liborange.pc`" ]; then \
${ECHO_MSG} ; \
${ECHO_MSG} "${PKGNAME} requires archivers/liborange built with LIBUNSHIELD option ON" ; \
${ECHO_MSG} ; \
${FALSE}; \
fi
post-install:
@-update-desktop-database
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>