Ticket #11759: Portfile

File Portfile, 672 bytes (added by yunzheng.hu@…, 17 years ago)

example Portfile of MyPort

Line 
1# $Id: $
2
3PortSystem 1.0
4name            MyPort
5version         0.6
6categories      net
7maintainers     nomaintainer@macports.org
8description     A small and simple bandwidth monitor
9long_description \
10    Bandwidth Monitor NG is a small and simple console-based live network   \
11    and disk io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and     \
12    others.
13
14homepage        http://www.gropp.org
15platforms       darwin
16
17master_sites    ${homepage}/bwm-ng
18distname        bwm-ng-${version}
19checksums       md5 d3a02484fb7946371bfb4e10927cebfb
20configure.args  --with-ncurses=${prefix}/include
21configure.env   LDFLAGS=-L${prefix}/lib
22depends_lib     port:ncurses