diff --git a/security/esteidfirefoxplugin/Makefile b/security/esteidfirefoxplugin/Makefile index 35aafd86a253..bff3e9404274 100644 --- a/security/esteidfirefoxplugin/Makefile +++ b/security/esteidfirefoxplugin/Makefile @@ -1,38 +1,34 @@ PORTNAME= esteidfirefoxplugin PORTVERSION= 3.8.0.1115 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://installer.id.ee/media/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Digital signing with Estonian ID card in Firefox WWW= https://www.id.ee/ LICENSE= LGPL21 +DEPRECATED= Upstream last release in 2013 and has been migrated into other products of upstream +EXPIRATION_DATE= 2023-05-28 +IGNORE= Requires upstream EOL OpenSSL 1.0.X + RUN_DEPENDS= opensc-tool:security/opensc \ pcscd:devel/pcsc-lite -USE_GNOME= gtk20 USES= gnome pkgconfig ssl webplugin:gecko -WEBPLUGIN_DIR= ${PREFIX}/lib +USE_GNOME= gtk20 WEBPLUGIN_FILES= npesteid-firefox-plugin.so +WEBPLUGIN_DIR= ${PREFIX}/lib ALL_TARGET= plugin EXTRACT_AFTER_ARGS= --exclude 'include/openssl' PLIST_FILES= lib/npesteid-firefox-plugin.so -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= incomplete definition of type 'struct X509_name_entry_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct X509_name_entry_st' -BROKEN_FreeBSD_14= incomplete definition of type 'struct X509_name_entry_st' -.endif - post-install: ${INSTALL_LIB} ${WRKSRC}/npesteid-firefox-plugin.so ${STAGEDIR}${PREFIX}/lib -.include +.include