mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
1cde9babac
Support libraries for Belgian government-issued electronic identity cards. A PKCS #11 module is included that can be used with Mozilla Firefox. The distfile has been created from upstream trunk revision 1457. The patches included in the port fix all clang compiler warnings for -Wall -Wextra -Wno-unused-parameter.
34 lines
821 B
Makefile
34 lines
821 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libbeid
|
|
PORTVERSION= 4.0.6.1457
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://tijl.fastmail.fm/mirror/
|
|
|
|
MAINTAINER= tijl@FreeBSD.org
|
|
COMMENT= Belgian eID support libraries
|
|
|
|
LICENSE= LGPL3
|
|
|
|
LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
|
|
|
|
USES= dos2unix libtool pkgconfig tar:xz
|
|
USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env
|
|
USE_GNOME= gtk20
|
|
|
|
DOS2UNIX_FILES= common/src/datafile.cpp common/src/logbase.cpp \
|
|
common/src/util.cpp dialogs/src/dialogs.h pkcs11/src/asn1.c \
|
|
pkcs11/src/log.h pkcs11/src/cal.cpp pkcs11/src/cal.h
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/svn_revision/d' -e '/SUBDIRS/s/xpi//' \
|
|
${WRKSRC}/Makefile.am ${WRKSRC}/configure.ac
|
|
|
|
pre-configure:
|
|
@(cd ${WRKSRC} && ${AUTORECONF} -i -f)
|
|
|
|
.include <bsd.port.mk>
|