1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00
Files
nmap/macosx/openssl.modules

20 lines
790 B
XML

<?xml version="1.0"?>
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
<!--
This is a jhbuild moduleset that can be used to build openssl as required for
building Nmap, Ncat, and Nping. Use it like this:
jhbuild -m openssl.modules build openssl
-->
<include href="http://git.gnome.org/browse/gtk-osx/plain/modulesets-stable/gtk-osx.modules"/>
<repository type="tarball" name="openssl" href="http://www.openssl.org/source/"/>
<autotools id="openssl" autogen-sh="Configure"
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --libdir=lib darwin-i386-cc shared enable-ssl2"
makeinstallargs="install_sw">
<branch repo="openssl" version="1.0.2g" module="openssl-1.0.2g.tar.gz"/>
</autotools>
</moduleset>