aboutsummaryrefslogtreecommitdiff
path: root/palm/syncmal/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
commit11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch)
tree1514ed7a486e108239615c1d83319d83bacdbc3d /palm/syncmal/Makefile
parent3ab6376b17819778c4697ee2b5cd379257644eae (diff)
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes: svn path=/head/; revision=129234
Diffstat (limited to 'palm/syncmal/Makefile')
-rw-r--r--palm/syncmal/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/palm/syncmal/Makefile b/palm/syncmal/Makefile
deleted file mode 100644
index 90a95b3a1eb0..000000000000
--- a/palm/syncmal/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: syncmal
-# Date created: March 17, 2001
-# Whom: fenner
-#
-# $FreeBSD$
-#
-
-PORTNAME= syncmal
-PORTVERSION= 0.71
-PORTREVISION= 2
-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
-
-BROKEN= Configure fails
-EXPIRATION_DATE=2005-02-18
-DEPRECATED= ${BROKEN}
-
-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>