summaryrefslogtreecommitdiff
path: root/palm/synce-dccm/Makefile
blob: b6ac241d4d38195906b26f3cb7d663a89f7c69e0 (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
26
27
28
29
30
31
32
33
# New ports collection makefile for:   synce-dccm
# Date created:                14 June 2003
# Whom:                        Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$

PORTNAME=	synce-dccm
PORTVERSION=	0.9.3
CATEGORIES=	palm
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	synce
DISTNAME=	synce-vdccm-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Listener daemon for connections from WinCE devices

BUILD_DEPENDS+=	pkg-config:${PORTSDIR}/devel/pkg-config
LIB_DEPENDS+=	synce.0:${PORTSDIR}/palm/synce-libsynce

GNU_CONFIGURE=	yes
USE_ICONV=	yes
WRKSRC=		${WRKDIR}/vdccm-${PORTVERSION}
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+=	--with-libiconv=${LOCALBASE} \
			--with-libsynce=${LOCALBASE}

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=		Does not compile
.endif

.include <bsd.port.post.mk>