1 | # Port file for ldapvi - testing. |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name ldapvi |
---|
5 | version 1.1 |
---|
6 | categories net |
---|
7 | maintainers dreamind@dreamind.de |
---|
8 | description using ldapvi you can update LDAP entries with a text editor |
---|
9 | long_description ldapvi is a small tool, which lets you update LDAP entries with \ |
---|
10 | your favorite editor. |
---|
11 | homepage http://www.lichteblau.com/src.html |
---|
12 | platforms darwin freebsd |
---|
13 | master_sites http://www.lichteblau.com/download/ |
---|
14 | checksums md5 9395bc94613d33cdd8840b83821c9fb0 \ |
---|
15 | sha1 56976e4a4dd8b392299e5f3d5d457373c5c52c7a |
---|
16 | depends_lib lib:libpopt:popt |
---|
17 | configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man |
---|
18 | configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" |
---|
19 | destroot.destdir prefix=${destroot}/${prefix} |
---|