aboutsummaryrefslogtreecommitdiff
path: root/palm/synce-libsynce/Makefile
blob: 46d937b02576be51543db846736b69a24ba96989 (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
# New ports collection makefile for:   synce-libsynce
# Date created:                14 June 2003
# Whom:                        Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$

PORTNAME=	synce-libsynce
PORTVERSION=	0.9.3
CATEGORIES=	palm
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	synce

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library to support communication with WinCE devices

MAN1=		synce.1

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

USE_LDCONFIG=	yes

.include <bsd.port.mk>