freebsd-ports/palm/syncmal/Makefile
Bill Fenner 7e0b9131f5 Make RUN_DEPENDS on jpilot a file dependency, not a binary-in-path
dependency, since jpilot is installed in /usr/local/pilot/bin which
isn't necessarily already in your path.
2001-04-19 23:23:27 +00:00

29 lines
812 B
Makefile

# 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= ${PREFIX}/bin/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=${WRKDIR}/../../jpilot/work/jpilot-0.99 \
--with-mal-source=${WRKDIR}/../../malsync/work/malsync
.include <bsd.port.mk>