Ticket #1525: Portfile.maildrop

File Portfile.maildrop, 530 bytes (added by matt@…, 20 years ago)

maildrop Portfile

Line 
1# $Id:
2
3PortSystem 1.0
4name            maildrop
5version         1.6.3   
6categories      mail
7maintainers     matt@tnpi.biz
8description     Mail delivery agent (MDA) with filtering abilities
9long_description        Mail delivery agent (MDA) with filtering abilities
10
11
12homepage        http://www.courier-mta.org/download.php#maildrop
13platforms       darwin
14master_sites    freshmeat:courier
15use_bzip2       yes
16#checksums      md5 95e1f563a0c27330991820046d4d65d1
17depends_lib     
18depends_run
19
20configure.args  --prefix=${prefix}
21
22platform darwin 6 {
23}
24
25
26platform darwin 7 {
27}
28
29pre-configure {
30}