# $Id: Portfile 142698 2015-11-20 16:55:09Z landonf@macports.org $ PortSystem 1.0 name tinyca2 version 0.7.5 revision 3 license GPL categories security net maintainers nomaintainer description GUI Certificate Authority tool. long_description TinyCA is a simple graphical user interface for \ managing a small CA (Certification Authority). \ TinyCA works as a frontend for openssl. platforms darwin homepage http://www.wikipedia.org/wiki/TinyCA master_sites macports_distfiles:${name} checksums md5 d3b547305e89785fbe8262be244a2321 \ sha1 841355ab8478a7e7b1a3d6bba4dd31293ae11cc4 depends_lib path:lib/libssl.dylib:openssl port:zip \ port:gettext port:p5.16-gtk2 \ port:p5.16-locale-gettext patchfiles patch-tinyca2 use_configure no build.dir ${worksrcpath}/po build.target "" post-patch { reinplace s|@SHARE@|${prefix}/share|g ${worksrcpath}/tinyca2 reinplace s|@OPENSSL@|${prefix}/bin/openssl|g ${worksrcpath}/tinyca2 reinplace s|@ZIP@|${prefix}/bin/zip|g ${worksrcpath}/tinyca2 reinplace s|@TAR@|/usr/bin/tar|g ${worksrcpath}/tinyca2 reinplace s|/usr/bin/perl|${prefix}/bin/perl5.16|g ${worksrcpath}/tinyca2 } pre-build { # Ensure that the .mo files are generated system "touch ${worksrcpath}/po/*.po" } destroot { set sharedir ${destroot}${prefix}/share/tinyca2 file mkdir ${sharedir} file copy -force ${worksrcpath}/tinyca2 ${destroot}${prefix}/bin/ file copy -force ${worksrcpath}/lib ${sharedir} file copy -force ${worksrcpath}/templates ${sharedir} file copy -force ${worksrcpath}/locale/ ${destroot}${prefix}/share/locale foreach file [exec find ${destroot}${prefix} -name CVS -type d] { file delete -force ${file} } } # no longer maintained upstream, only mirrored by macports livecheck.type none