public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
macports / dports / fuse / fusefs / Portfile
100644 21 lines (18 sloc) 0.544 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id$
 
PortSystem 1.0
PortGroup xcode 1.0
 
name fusefs
version 1.1
revision 4
categories fuse devel
platforms darwin
maintainers eridius@macports.org
description dummy port, use macfuse instead
long_description $description
 
pre-fetch {
    ui_msg "********************************"
    ui_msg "* This port no longer exists *"
    ui_msg "* Use the macfuse port instead *"
    ui_msg "********************************"
    throw ERROR "Obsolete port, use macfuse"
}