1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/palm/syncmal/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

28 lines
817 B
Makefile

# New ports collection makefile for: syncmal
# Date created: March 17, 2001
# Whom: fenner
#
# $FreeBSD$
#
PORTNAME= syncmal
PORTVERSION= 0.71
CATEGORIES= palm
MASTER_SITES= http://jasonday.home.att.net/code/syncmal/
DISTNAME= jpilot-${PORTNAME}_${PORTVERSION}${EXTRACTSUFX}
MAINTAINER= fenner@FreeBSD.Org
COMMENT= A MAL plugin for jpilot, to synchronize with services like AvantGo
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>