Ticket #22656: Portfile

File Portfile, 918 bytes (added by arm39@…, 14 years ago)

Portfile for microdc2

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                microdc2
6version             0.15.6
7categories          net
8maintainers         buffalo.edu:arm39
9description         A command line Direct Connect client
10long_description    microdc2 is a simple command line client for the Direct Connect protocol, similar to DC++ or Shakespeer
11homepage            http://corsair626.no-ip.org/microdc/
12platforms           darwin
13master_sites        http://corsair626.no-ip.org/microdc/
14
15checksums           md5 9175a7463936fe89e2e22c8ae2f5e020 \
16                    sha1 d39fedfb817203b70854aaff3a9e7fb2f2f317d2 \
17                    rmd160 c7e05994c9012f4774c1de6eaea7ee3225c63336
18
19depends_lib         port:readline \
20                    port:libxml2 \
21                    port:gettext
22
23patchfiles      patch-lib-Makefile.in.diff \
24                patch-microdc2-0.15.6-configure.diff \
25                patch-src-screen.diff
26
27build.env-append VERSION_CONTROL=off