1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/palm/synce-vdccm/Makefile
Martin Wilke 6457a16630 - Update to 0.10.1
PR:		124869
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-07-27 14:01:00 +00:00

42 lines
1.0 KiB
Makefile

# New ports collection makefile for: synce-dccm
# Date created: 14 June 2003
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
PORTNAME= vdccm
PORTVERSION= 0.10.1
CATEGORIES= palm
MASTER_SITES= SF
MASTER_SITE_SUBDIR= synce
PKGNAMEPREFIX= synce-
MAINTAINER= ports@logvinov.com
COMMENT= Listener daemon for connections from WinCE devices
LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce
OPTIONS= DESKTOP "Enable desktop integration" on
GNU_CONFIGURE= yes
USE_ICONV= yes
USE_GNOME= gnometarget
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \
--with-libsynce=${LOCALBASE}
MAN1= triggerconnection.1 ${PORTNAME}.1
PLIST_FILES= bin/triggerconnection bin/${PORTNAME}
.include <bsd.port.pre.mk>
.if defined(WITH_DESKTOP)
CONFIGURE_ARGS+= --enable-desktop-integration=yes
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
hal.1:${PORTSDIR}/sysutils/hal
USE_GNOME+= glib20
.else
CONFIGURE_ARGS+= --enable-desktop-integration=no
.endif
.include <bsd.port.post.mk>