openbsd-ports/security/opensc/Makefile
alek 276ab97d7a Import opensc 0.9.6
OpenSC provides a set of libraries and utilities to access smart cards.
Its main focus is on cards that support cryptographic operations, and
facilitate their use in security applications such as mail encryption,
authentication, and digital signature. OpenSC implements the PKCS#11 API
so applications supporting this API such as Mozilla Firefox and
Thunderbird can use it. OpenSC implements the PKCS#15 standard and aims
to be compatible with every software that does so, too.

From Douglas Santos <dsantos@hydroxyl.org>
2005-11-27 11:01:14 +00:00

41 lines
904 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/11/27 11:01:14 alek Exp $
COMMENT= "set of libraries and utilities to access smart cards"
DISTNAME= opensc-0.9.6
CATEGORIES= security
HOMEPAGE= http://www.opensc.org
MAINTAINER= Douglas Santos <dsantos@hydroxyl.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/files/
WANTLIB= readline crypto termcap c pthread
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= openct.1::security/openct
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu old
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-static \
--sysconfdir=${SYSCONFDIR} \
--disable-ldap
CONFIGURE_ENV= PTHREAD_LIBS=-pthread
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/opensc
${INSTALL_DATA} ${WRKSRC}/etc/opensc.conf \
${PREFIX}/share/examples/opensc
.include <bsd.port.mk>