Changeset 82313
- Timestamp:
- 08/12/11 12:01:11 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/eibd/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/eibd/Portfile
r64226 r82313 5 5 6 6 name eibd 7 version 0.0.4 8 revision 1 7 version 0.0.5 9 8 categories net 10 9 platforms darwin … … 22 21 homepage https://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd 23 22 24 fetch.type git 25 git.url http://www.auto.tuwien.ac.at/~mkoegler/git/bcusdk.git 26 git.branch 744614b7d09d1bc1c86ae75b567125e60275e384 23 master_sites https://www.auto.tuwien.ac.at/~mkoegler/eib/ 24 25 distname bcusdk_${version} 26 27 checksums sha1 08cef578e887b11b126e1df47e8fa3d97de68416 \ 28 rmd160 57ca8849009fdaf21cfad7900082ec675ef3040a 29 27 30 worksrcdir bcusdk-${version} 28 31 29 depends_build port:pkgconfig \ 30 port:argp-standalone 32 depends_build port:argp-standalone 31 33 32 34 depends_lib port:pthsem \ 33 35 port:libxml2 34 36 35 # build only eibd, if there are requests add variants36 pre-configure {37 system "cd ${worksrcpath} && aclocal -I m4 -I ${prefix}/share/aclocal && autoheader"38 system "cd ${worksrcpath} && automake -a --foreign && autoconf"39 }40 41 37 configure.args --enable-onlyeibd \ 42 38 --enable-eibnetip \ 43 39 --enable-eibnetiptunnel \ 44 --enable-eibnetipserver 40 --enable-eibnetipserver \ 41 --without-pth-test 45 42
Note: See TracChangeset
for help on using the changeset viewer.

