blob: bcb196a33a944bc70361992656909429e0326a7c (
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
|
# New ports collection makefile for: syncmal
# Date created: March 17, 2001
# Whom: fenner
#
# $FreeBSD$
#
PORTNAME= syncmal
PORTVERSION= 0.62.2
CATEGORIES= palm
MASTER_SITES= http://jasonday.home.att.net/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= ${PREFIX}/bin/jpilot:${PORTSDIR}/palm/jpilot
USE_GMAKE= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
CONFIGURE_ARGS= --with-plugin-prefix=${WRKDIR}/../../jpilot/work/jpilot-0.99.2 \
--with-mal-source=${WRKDIR}/../../malsync/work/malsync
.include <bsd.port.mk>
|