summaryrefslogtreecommitdiff
path: root/palm/synce-kde/Makefile
blob: 4cc79f3869ee07e64215c0609691f9e5c2cd7b16 (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
34
35
36
37
38
39
40
# New ports collection makefile for:   rapip
# Date created:                15 June 2003
# Whom:                        Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$

PORTNAME=	synce-kde
PORTVERSION=	0.8.0
PORTREVISION=	2
CATEGORIES=	palm
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	synce

MAINTAINER=	ports@FreeBSD.org
COMMENT=	SynCE KDE Utilities

LIB_DEPENDS+=	synce.0:${PORTSDIR}/palm/synce-libsynce \
		rapi.2:${PORTSDIR}/palm/synce-librapi2 \
		rra.0:${PORTSDIR}/palm/synce-rra \
		dynamite.0:${PORTSDIR}/archivers/dynamite \
		orange.0:${PORTSDIR}/archivers/orange \
		unshield.0:${PORTSDIR}/archivers/unshield

RUN_DEPENDS+=	synce-serial-start:${PORTSDIR}/palm/synce-serial \
		dccm:${PORTSDIR}/palm/synce-dccm

USE_KDELIBS_VER=3
USE_GMAKE=	yes
USE_ICONV=	yes
USE_LIBTOOL_VER=15
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	LDFLAGS="${PTHREAD_LIBS}"
PORTDOCS=	*
DOCSDIR=	${PREFIX}/share/doc/HTML/en/raki

post-install:
	${INSTALL} -c -o root -g wheel ${WRKSRC}/rapip/.libs/kio_rapip.lai ${PREFIX}/lib/kde3/kio_rapip.la

.include <bsd.port.mk>