Ticket #12899: ldapvi-1.7-Portfile4.patch
File ldapvi-1.7-Portfile4.patch, 1.6 KB (added by kajtzu@…, 17 years ago) |
---|
-
net/ldapvi/Portfile
old new 1 1 # $Id: Portfile 29678 2007-10-05 02:04:34Z landonf@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name ldapvi 5 version 1.5 6 revision 1 6 version 1.7 7 7 categories net sysutils 8 8 maintainers dreamind@dreamind.de 9 9 description using ldapvi you can update LDAP entries with a text editor … … 12 12 homepage http://www.lichteblau.com/src.html 13 13 platforms darwin freebsd 14 14 master_sites http://www.lichteblau.com/download/ 15 checksums md5 e98f9fbd5596aac81373a849888a87f1 \ 16 sha1 a3a7857dea6cef4a0bb04f7fbb5228d445cf970b 17 depends_build port:pkgconfig 18 depends_lib lib:libpopt:popt port:openldap port:glib2 19 configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man 20 configure.cppflags-append "-L${prefix}/lib" 21 destroot.destdir prefix=${destroot}/${prefix} 15 checksums md5 6dc2f5441ac5f1e2b5b036e3521012cc \ 16 sha1 d1cde4cbb618180f9ae0e77c56a1520b8ad61c9a 17 18 depends_build port:pkgconfig \ 19 port:autoconf \ 20 port:automake 22 21 23 variant sasl { 24 patchfiles ldapvi_sasl_1.5.diff 22 depends_lib port:popt port:openldap port:glib2 port:readline 23 24 pre-configure { 25 cd ${worksrcpath} 26 system "aclocal && autoconf" 25 27 } 28 29 configure.cppflags-append "-L${prefix}/lib" 30 31 destroot.destdir prefix=${destroot}/${prefix} 32 33 patchfiles GNUmakefile-paths.patch \ 34 configure-in.patch 35