Download path of a source tarball

Hello. I am interested in downloading a source tarball of some ssl-admin which can be build from ports but am unsure how to find one.

https://www.freshports.org/security/ssl-admin

There I found a link to the upstream source under the "WWW" section but I find myself unsure how to locate a source tarball. My goal is to build this on Linux, not FreeBSD. Thank you.
 
Assuming you're not running FreeBSD, so you can't just do make fetch to download them: normally, the project's web page should present you downloads, but this depends on the upstream project of course. As you already linked to freshports, you will see the download locations there under "Master Sites". These are only the base paths, you might get an index navigating there, if not, you should have a look at the port's Makefile to see what variables like PORTVERSION, DISTNAME etc are set to and determine the filename yourself, see the Porter's Handbook on distfiles.
 
Back
Top