Ticket #6113: Portfile.diff
File Portfile.diff, 895 bytes (added by jyrki.wahlstedt@…, 19 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name pgAdmin3 5 version 1.4. 05 version 1.4.1 6 6 categories aqua 7 7 maintainers jyrki.wahlstedt@hut.fi 8 8 description "An administration program to PostgreSQL" … … 17 17 http://www.postgresql.org/ftp/pgadmin3/release/v${version}/src/ 18 18 19 19 distname pgadmin3-${portversion} 20 checksums md5 a0779079bf579b0cd5e132ac5372f7f320 checksums md5 bf78696c72acd782d63feb2bd5ce6f48 21 21 22 22 depends_lib port:postgresql8\ 23 23 port:wxWidgets\ … … 27 27 file mkdir ${worksrcpath}/pgsql8 28 28 file link ${worksrcpath}/pgsql8/lib ${prefix}/lib/pgsql8 29 29 file link ${worksrcpath}/pgsql8/include ${prefix}/include/pgsql8 30 file link ${worksrcpath}/pgsql8/bin ${prefix}/lib/pgsql8/bin 30 31 } 31 32 32 33 configure.args --with-pgsql=${worksrcpath}/pgsql8 --with-wx=${prefix} --enable-appbundle