summaryrefslogtreecommitdiffstats
path: root/extras/Portfile
diff options
context:
space:
mode:
Diffstat (limited to 'extras/Portfile')
-rw-r--r--extras/Portfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/extras/Portfile b/extras/Portfile
deleted file mode 100644
index 4732c38ee34..00000000000
--- a/extras/Portfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-
-name glusterfs
-version 2.0.0rc1
-categories fuse
-maintainers amar@zresearch.com
-description GlusterFS
-long_description GlusterFS is a cluster file system, flexible to tune it for your needs.
-homepage http://www.gluster.org/
-platforms darwin
-master_sites http://ftp.zresearch.com/pub/gluster/glusterfs/2.0/2.0.0
-
-configure.args --disable-bdb
-checksums md5 33c2d02344d4fab422e80cfb637e0b48
-
-post-destroot {
- file mkdir ${destroot}/Library/LaunchDaemons/
- file copy ${worksrcpath}/extras/glusterfs-server.plist \
- ${destroot}/Library/LaunchDaemons/com.zresearch.glusterfs.plist
-
- file mkdir ${destroot}/sbin/
- file copy ${worksrcpath}/xlators/mount/fuse/utils/mount_glusterfs \
- ${destroot}/sbin/
-} \ No newline at end of file