summaryrefslogtreecommitdiff
path: root/palm/syncmal/Makefile
blob: 85a15622b9e6985b52fe7e39b9a1941352d9ca3d (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
# New ports collection makefile for:	syncmal
# Date created:				March 17, 2001
# Whom:	      				fenner
#
# $FreeBSD$
#

PORTNAME=	syncmal
PORTVERSION=	0.61
CATEGORIES=	palm
MASTER_SITES=	http://people.atl.mediaone.net/jasonday/code/syncmal/
DISTNAME=	jpilot-${PORTNAME}_${PORTVERSION}${EXTRACTSUFX}

MAINTAINER=	fenner@FreeBSD.Org

BUILD_DEPENDS=	/nonexistent:${PORTSDIR}/palm/jpilot:patch \
		/nonexistent:${PORTSDIR}/palm/malsync:patch
RUN_DEPENDS=	jpilot:${PORTSDIR}/palm/jpilot

PREFIX=		${LOCALBASE}/pilot
USE_GMAKE=	YES
GNU_CONFIGURE=	YES
CONFIGURE_ENV=	GTK_CONFIG=${X11BASE}/bin/gtk12-config
CONFIGURE_ARGS=	--with-pilot-prefix=${PREFIX} \
		--with-plugin-prefix=${WRKDIRPREFIX}${PORTSDIR}/palm/jpilot/work/jpilot-0.99 \
		--with-mal-source=${WRKDIRPREFIX}${PORTSDIR}/palm/malsync/work/malsync

.include <bsd.port.mk>