pkgsrc/security/opensc/Makefile

22 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/01/17 12:02:42 wiz Exp $
COMMENT= Smart Card drivers and middleware
PKGREVISION= 3
LICENSE= gnu-lgpl-v2.1
.include "../../security/opensc/Makefile.common"
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --disable-nsplugin
EGDIR= ${PREFIX}/share/examples/opensc
CONF_FILES+= ${EGDIR}/opensc.conf ${PKG_SYSCONFDIR}/opensc.conf
INSTALLATION_DIRS= ${EGDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/etc/opensc.conf ${DESTDIR}${EGDIR}
.include "../../devel/libltdl/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"