1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/palm/synce-vdccm/Makefile
Marcus von Appen 95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00

46 lines
1.0 KiB
Makefile

# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
PORTNAME= vdccm
PORTVERSION= 0.10.1
CATEGORIES= palm
MASTER_SITES= SF/synce/SynCE/${PORTVERSION}
PKGNAMEPREFIX= synce-
MAINTAINER= ports@FreeBSD.org
COMMENT= Listener daemon for connections from WinCE devices
LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce
OPTIONS_DEFINE= DESKTOP
OPTIONS_DEFAULT= DESKTOP
DESKTOP_DESC= Desktop integration
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
WANT_GNOME= yes
USES= iconv
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 ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.if ${PORT_OPTIONS:MDESKTOP}
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>