summaryrefslogtreecommitdiff
path: root/palm/synce-gvfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'palm/synce-gvfs/Makefile')
-rw-r--r--palm/synce-gvfs/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile
deleted file mode 100644
index a91581943466..000000000000
--- a/palm/synce-gvfs/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: synce-gnomevfs
-# Date created: 28 August 2003
-# Whom: Sam Lawrance <boris@brooknet.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= synce-gnomevfs
-PORTVERSION= 0.9.0
-PORTREVISION= 5
-CATEGORIES= palm
-MASTER_SITES= SF/synce
-
-MAINTAINER= ports@logvinov.com
-COMMENT= Gnome VFS module for WinCE devices
-
-LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
-
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomeprefix gnometarget gnomevfs2
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
- --with-libsynce=${LOCALBASE}
-
-USE_LDCONFIG= yes
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.post.mk>