summaryrefslogtreecommitdiffstats
path: root/devel/gvfs/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /devel/gvfs/Makefile
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.bz2
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.lz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.xz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gvfs/Makefile')
-rw-r--r--devel/gvfs/Makefile81
1 files changed, 0 insertions, 81 deletions
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile
deleted file mode 100644
index e1e5da9e1..000000000
--- a/devel/gvfs/Makefile
+++ /dev/null
@@ -1,81 +0,0 @@
-# New ports collection makefile for: gvfs
-# Date created: 2007-11-06
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/gvfs/Makefile,v 1.36 2008/11/24 20:11:35 mezz Exp $
-#
-
-PORTNAME= gvfs
-PORTVERSION= 1.0.3
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME virtual file system
-
-LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \
- hal.1:${PORTSDIR}/sysutils/hal \
- soup-2.4.1:${PORTSDIR}/devel/libsoup \
- gnome-keyring:${PORTSDIR}/security/gnome-keyring \
- avahi-client.3:${PORTSDIR}/net/avahi-app
-RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount
-
-USE_BZIP2= yes
-USE_GNOME= glib20 gnomehack gnomeprefix intlhack gconf2
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-obexftp
-OPTIONS= FUSE "Enable fuse" on \
- SAMBA "Enable Samba" on \
- GPHOTO2 "Enable Gphoto 2 camera support" on \
- CDDA "Enable CDDA" on
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_FUSE)
-LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
-RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
-PLIST_SUB+= FUSE=""
-.else
-CONFIGURE_ARGS+= --disable-fuse
-PLIST_SUB+= FUSE="@comment "
-.endif
-
-.if defined(WITH_SAMBA)
-LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient
-PLIST_SUB+= SMB=""
-.else
-CONFIGURE_ARGS+= --disable-samba
-PLIST_SUB+= SMB="@comment "
-.endif
-
-.if defined(WITH_CDDA)
-LIB_DEPENDS+= cdio_paranoia.0:${PORTSDIR}/sysutils/libcdio
-PLIST_SUB+= CDDA=""
-.else
-CONFIGURE_ARGS+= --disable-cdda
-PLIST_SUB+= CDDA="@comment "
-.endif
-
-.if defined(WITH_GPHOTO2)
-LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
-PLIST_SUB+= GPHOTO2=""
-.else
-CONFIGURE_ARGS+= --disable-gphoto2
-PLIST_SUB+= GPHOTO2="@comment "
-.endif
-
-.if ${OSVERSION} < 602112
-CONFIGURE_ARGS+= --disable-archive
-PLIST_SUB+= ARCHIVE="@comment "
-.else
-PLIST_SUB+= ARCHIVE=""
-.endif
-
-.include <bsd.port.post.mk>