aboutsummaryrefslogtreecommitdiffstats
path: root/palm/synce-libsynce/Makefile
blob: 69273e5ba999179d0bc78139929d10368c028d97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$

PORTNAME=   libsynce
PORTVERSION=    0.14
PORTREVISION=   1
CATEGORIES= palm
MASTER_SITES=   SF/synce/SynCE/${PORTVERSION}
PKGNAMEPREFIX=  synce-

MAINTAINER= webmaster@kibab.com
COMMENT=    Library to support communication with WinCE devices

LIB_DEPENDS=    libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
        libhal.so:${PORTSDIR}/sysutils/hal

USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
USES=       pathfix iconv pkgconfig libtool
CONFIGURE_ARGS+=    ${ICONV_CONFIGURE_ARG} \
            --enable-dccm-file-support=no \
            --enable-hal-support=yes \
            --enable-odccm-support=no

.include <bsd.port.mk>