Ticket #12112: Portfile

File Portfile, 621 bytes (added by usami-k@…, 17 years ago)
Line 
1# $Id: $
2PortSystem      1.0
3name            wxd
4version         0.10
5revision        0
6maintainers     usami-k@yc5.so-net.ne.jp
7platforms       darwin
8categories      devel
9description     wxWidgets bindings for the D programming language
10long_description \
11                wxD is wxWidgets bindings for the D programming language.
12homepage        http://wxd.sourceforge.net/
13master_sites    sourceforge:wxd
14extract.suffix  .tgz
15checksums       md5 9e40ae359e3b129b51665e89debfd9e7
16
17depends_lib     port:wxWidgets bin:gdc:gdc
18
19worksrcdir      ${name}
20destroot.destdir DESTDIR=${destroot} PREFIX=${prefix}
21
22configure {}
23