Tweak devel/racer version 2.1.31
[dports.git] / security / esteidfirefoxplugin / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       esteidfirefoxplugin
4 PORTVERSION=    3.8.0.1115
5 CATEGORIES=     security
6 MASTER_SITES=   https://installer.id.ee/media/sources/
7
8 MAINTAINER=     toomas.aas@raad.tartu.ee
9 COMMENT=        Digital signing with Estonian ID card in Firefox
10
11 LICENSE=        LGPL21
12
13 RUN_DEPENDS=    opensc-tool:security/opensc \
14                 pcscd:devel/pcsc-lite
15
16 USE_GNOME=      gtk20
17 USES=           gnome pkgconfig ssl webplugin:gecko
18 WEBPLUGIN_DIR=  ${PREFIX}/lib
19 WEBPLUGIN_FILES=        npesteid-firefox-plugin.so
20
21 ALL_TARGET=     plugin
22
23 EXTRACT_AFTER_ARGS=     --exclude 'include/openssl'
24
25 PLIST_FILES=    lib/npesteid-firefox-plugin.so
26
27 .include <bsd.port.pre.mk>
28
29 .if ${SSL_DEFAULT} == base
30 BROKEN_FreeBSD_12=      incomplete definition of type 'struct X509_name_entry_st'
31 BROKEN_FreeBSD_13=      incomplete definition of type 'struct X509_name_entry_st'
32 .endif
33
34 post-install:
35         ${INSTALL_LIB} ${WRKSRC}/npesteid-firefox-plugin.so ${STAGEDIR}${PREFIX}/lib
36
37 .include <bsd.port.post.mk>